[Gambas-user] Postgresql date question

Pino Zollo pinozollo at ...626...
Sun Jul 20 00:30:20 CEST 2008


Alle 17:51, giovedì 17 luglio 2008, richard terry ha scritto:
> insert into mytable (date1, date2) values
>
> ('01/01/2008','00:00:00')

What about 
insert into mytable (date1, date2) values ('01/01/2008', NULL)

Maybe you want the type timestamp ...which is the set of a date and a time.

Good luck
Pino




More information about the User mailing list