Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Operators
Message
De
07/09/1999 14:33:54
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00262057
Message ID:
00262088
Vues:
18
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform