Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Datetime datatype and SQL
Message
De
20/06/1997 10:31:25
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Datetime datatype and SQL
Divers
Thread ID:
00037124
Message ID:
00037124
Vues:
67
Can anybody tell me why this does not work:

select * from majhist where jh_mjkey = 1 ;
AND jh_dateent = ;
(select max(jh_dateent) from majhist where jh_mjkey = 1)

BUT this does:

select * from majhist where jh_mjkey = 1 ;
AND ttoc(jh_dateent) = ;
(select ttoc(max(jh_dateent))from majhist where jh_mjkey = 1)


?????

Thanks,
Valerie
Répondre
Fil
Voir

Click here to load this message in the networking platform