karlstadick
New Member
- Joined
- Jun 30, 2020
- Messages
- 5
- Office Version
- 2019
- Platform
- Windows
Hi!
I am expecting this query to only provide me information after the Date
select Date, ID, Activity
from [AZ].[dbo].[VW_ActivityDetails]
where Date > '07-01-2020'
order by Date
I have tried using some CONVERT functions on the Date field but they haven't worked.
I am sure it is something simple but I haven't been able to figure it out.
Thank you in advance for your ideas.
Karl
I am expecting this query to only provide me information after the Date
select Date, ID, Activity
from [AZ].[dbo].[VW_ActivityDetails]
where Date > '07-01-2020'
order by Date
I have tried using some CONVERT functions on the Date field but they haven't worked.
I am sure it is something simple but I haven't been able to figure it out.
Thank you in advance for your ideas.
Karl