Question : CONVERT Date Time

I have a table that has a DATETIME data type. I want to query the table for all records that occured after a certain time, but I want to enter it as mm/dd/yyyy. How can I run this.

Answer : CONVERT Date Time

Hello computerstreber,

WHERE urDateColumn >= Cast( 'mm/dd/yyyy'  as Datetime ) and urDateColumn <  Cast( 'mm/dd/yyyy'  as Datetime ) +1



Aneesh R
Random Solutions  
 
programming4us programming4us