[fpc-pascal]Postgres Query...

Jonas Maebe jonas at zeus.rug.ac.be
Thu Dec 7 19:22:22 CET 2000


>	I'm making a query to a Postgres database, but I can't use the "where"
>command, I mean, I need to do somethiing like:
>

Shouldn't you put the date between double quotes? And possibly even use 
the data function? I.e.

query_s := 'select my_date from info where fecha>=date("1/1/2000")';


Jonas




More information about the fpc-pascal mailing list