Is this sql where statement correct?

Posted by Priyaa Muthuraman on Stack Overflow See other posts from Stack Overflow or by Priyaa Muthuraman
Published on 2010-05-28T09:56:47Z Indexed on 2010/05/28 10:01 UTC
Read the original article Hit count: 158

I have 10 rows for today's date but my select statement based on date dosen't seem to work....

SELECT Id,WirelessId,RegNo,DriverName1,MobileNo1,DriverName2,MobileNo1 from
 DailySchedule where IsDeleted=0 and CreatedDate='2010-05-28'

Any suggestion...

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server-2005