A
Aleks
Hi,
I have a query that returns date/time, I only want to display the records
which the date is same as today, regardless of the time, I tried:
Select * from table
Where LoginTime =getdate()
But I don't get the results I need.
How should the query be so that I only get the records where LoginTime
(date) is equal as the today's date ?
Aleks
I have a query that returns date/time, I only want to display the records
which the date is same as today, regardless of the time, I tried:
Select * from table
Where LoginTime =getdate()
But I don't get the results I need.
How should the query be so that I only get the records where LoginTime
(date) is equal as the today's date ?
Aleks