Re: problema al rescatar fecha (formato)

From: Manuel Sugawara <masm(at)fciencias(dot)unam(dot)mx>
To: Milton inostroza <minoztro(at)gmail(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: problema al rescatar fecha (formato)
Date: 2005-05-17 22:32:14
Message-ID: m34qd1iivl.fsf@conexa.fciencias.unam.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Milton inostroza <minoztro(at)gmail(dot)com> writes:

>> sql ="""
>> SELECT fecha_inicio_prestamo
>> FROM prestamo_caja
>> WHERE rut_trabajador='%s'
>> ORDER BY codigo_prestamo
>> """%(self.rut_trabajador)
>> self.cursor.execute(sql)
>> c=self.cursor.fetchall()

Mandanos el resultado de ejecutar \d prestamo_caja desde psql.

Saludos,
Manuel.

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Milton inostroza 2005-05-17 22:39:14 Re: problema al rescatar fecha (formato)
Previous Message Milton inostroza 2005-05-17 22:23:09 Re: problema al rescatar fecha (formato)