Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Operators
Message
From
07/09/1999 14:33:54
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00262057
Message ID:
00262088
Views:
17
When I used the query designer for a new query and then looked at it in SQL, it actually added quotes around the {}

SELECT COUNT(Retcust.cust_num);
FROM retcust;
WHERE Retcust.c_lastsale > "{12/31/98}"

I got it to work by changing it to this:

SELECT COUNT(Retcust.cust_num);
FROM retcust;
WHERE Retcust.c_lastsale > CTOD("12/31/98")

Thanks for the tip. I didn't realize it was doing that.

Kelly
Previous
Reply
Map
View

Click here to load this message in the networking platform