Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there any difference?
Message
From
02/09/1997 17:14:50
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Is there any difference?
Miscellaneous
Thread ID:
00048114
Message ID:
00048114
Views:
78
Is there any optimization difference in the following:

SELECT FIELD FROM TABLE WHERE FIELDDATE=DATE() INTO CURSOR TEMP

OR

ldDate=DATE()
SELECT FIELD FROM TABLE WHERE FIELDDATE=ldDate INTO CURSOR TEMP
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
Next
Reply
Map
View

Click here to load this message in the networking platform