I am drawing a blank on how to do this:
select * from InvoiceInfo
where InvoiceDateTime = '2015-07-01'
The Invoicedatetime column is datetime and I only want to compare against a date. This is on MS SQL 2012
I am drawing a blank on how to do this:
select * from InvoiceInfo
where InvoiceDateTime = '2015-07-01'
The Invoicedatetime column is datetime and I only want to compare against a date. This is on MS SQL 2012