Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using a calculated field
Message
From
19/10/2010 09:36:20
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01486104
Message ID:
01486110
Views:
40
>If so, you may try
>
>select * from myTable where AddDate < dateadd(day,-1 * NumberOfDays, cast(getdate() as date)
-- assuming your AddDate field is indexed
>

That's the one I was looking for.

Thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform