Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Equivalent of DateAdd()
Message
De
10/06/2011 11:15:27
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, États-Unis
 
 
À
10/06/2011 11:11:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01514040
Message ID:
01514042
Vues:
99
This message has been marked as the solution to the initial question of the thread.
if Table2.ModDate is a datetime fields then you can just subtract -5 from the field. Table2.ModDate
... WHERE Table.Field>=Table2.ModDate-5
>I need the equivalent of a DateAdd() syntax in VFP. This comes from SQL Server:
>
>
>... WHERE Table.Field>=DATEADD(Second,-5,Table2.ModDate)
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform