J
jed
SELECT (hrs) AS total_hours,(mins)AS total_mins FROM Timerecords WHERE
(workdate between 02/06/2007 and 06/06/2007;
This statement doesn't work because it doesn't have times associated
with the dates.When i store the dates in the database originally it
automatically adds time to them is there anyway i can just enter dates
without the time.Any code examples please! thanks.
(workdate between 02/06/2007 and 06/06/2007;
This statement doesn't work because it doesn't have times associated
with the dates.When i store the dates in the database originally it
automatically adds time to them is there anyway i can just enter dates
without the time.Any code examples please! thanks.