F
Francis
Hello i'm trying to find out, how to make a query that outputs all the
records of GestaoTesouraria_Table, where the DataEmissao field is
between 21-04-2004 and 21-04-2005.
Sql i tryed in the first place was this:
SELECT *
FROM GestaoTesouraria_Table
WHERE GestaoTesouraria_Table.DataEmissao Between 21-04-2004 AND
21-04-2005;
but it doesnt seem to work properly, any help appreciated, thanks.
Francisco
(Portugal)
records of GestaoTesouraria_Table, where the DataEmissao field is
between 21-04-2004 and 21-04-2005.
Sql i tryed in the first place was this:
SELECT *
FROM GestaoTesouraria_Table
WHERE GestaoTesouraria_Table.DataEmissao Between 21-04-2004 AND
21-04-2005;
but it doesnt seem to work properly, any help appreciated, thanks.
Francisco
(Portugal)