Get Records from Current Date in SQL February 17, 2013 Select * from <Table Name> Where <date column> is not nulland CAST( <date column> as DATE) = DATEADD(DAY, 0, CAST(GETDATE() AS DATE)) Share Get link Facebook X Pinterest Email Other Apps Share Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment