Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Oracle and datetime filter
Message
De
19/07/2004 11:48:15
 
 
À
19/07/2004 11:37:46
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00925784
Message ID:
00925788
Vues:
21
This message has been marked as the solution to the initial question of the thread.
Hi Jerry,

Try using this:

* Set this to just the date if that's all you realy require.
lc_date = [07/01/2004]

* This should allow filter on record from that date onward.
[ AND Sales.OrderDate >= TO_DATE('] + lc_date + [', 'MM/DD/YYYY') ] + ;

HTH
Mike
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform