K
kikeman
Hi,
I have a table with "Orders", these orders were inserted with certain
Date/Time column called "InstTime" (I really need to store also the time):
"Orders" "InstTime"
123678 12/1/2009 4:10:09 PM
I would like to select the Orders according to certain Date (12/1/2009), but
ignoring the time (4:10:09 PM). What would be SELECT command for this
scenario.
I am using OleDB from C#.
Thanks.
I have a table with "Orders", these orders were inserted with certain
Date/Time column called "InstTime" (I really need to store also the time):
"Orders" "InstTime"
123678 12/1/2009 4:10:09 PM
I would like to select the Orders according to certain Date (12/1/2009), but
ignoring the time (4:10:09 PM). What would be SELECT command for this
scenario.
I am using OleDB from C#.
Thanks.