Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date Question
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00806128
Message ID:
00806135
Views:
11
>I have a table with a datefield called LOADDATE.
>
>I want to find all the records with LOADDATE within one year from today's date (in the past)....
>
>What would be a quick and simple set of commands to do so....
>
>The tables are HUGE and have to processed quickly....
>
>Thanks!!!!
>
>Tommy

If you have a index on the field then you could use a select or SET key statement to find the records you want with the greater than statment
loaddate > GOMONTH(DATE(), -12)
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform