Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select
Message
From
20/09/2000 09:50:47
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, United States
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Select
Miscellaneous
Thread ID:
00418488
Message ID:
00418488
Views:
53
I have a character field in which we store dates (format is 01/01/2000) of a persons visit. I would like to select only those that are no further back then todays date. I am using the getdate() function to determine the day. However I cannot get the results to come back correctly.


what i am looking for

select * from mytable where ddate >( getdate() - 6 months)
Next
Reply
Map
View

Click here to load this message in the networking platform