I need to write a query that gives us a start date.
Will {Trans.TransDate} >= date (2000, 10, 20) give trans starting with Oct 20, 2000? And how to write a query that gets trans with TransDate between two specific dates?
Just to add emphasis to the last point of LV, not all databases have a date datatype (eg MS SQL Server has only datetime types), and quite often date fields in other databases are actually datetime. So be sure to check ;-) Malcolm Wynden
I'm for sale at
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.