Hi I am a newbie in SQL syntax.
I would like to have a query results in SQL using the below syntax.
Select * from tblSales where duedate <= todate
But when i run it was an error.
Please advise me for the correct syntax.
Thanks
Hi I am a newbie in SQL syntax.
I would like to have a query results in SQL using the below syntax.
Select * from tblSales where duedate <= todate
But when i run it was an error.
Please advise me for the correct syntax.
Thanks
This is the Query i want..and it solved!