I'm trying to extract data from a SQL table that has the date timestamp datatype.
so it looks like this: 2005-03-29 16:57:06.007
How can I query for a date range while ignoring the time part of the stamp.
EX. a parameter query for a month worth of encounters using the above date format.
thanks in advance.
so it looks like this: 2005-03-29 16:57:06.007
How can I query for a date range while ignoring the time part of the stamp.
EX. a parameter query for a month worth of encounters using the above date format.
thanks in advance.