Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete records between a time range
Message
 
 
À
02/07/2003 16:42:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00806306
Message ID:
00806321
Vues:
15
>Hi
>
>I have a table with datetime field and I want select all records that are not between 9:00 am and 5:00 pm
>
>thanx
Try
WHERE SUBSTR(TTOC(DatetimeField1), 9,6) BETWEEN "090000" AND "170000"
It maybe slow if table is big.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform