Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
One list, Two criteria
Message
De
01/04/2003 12:07:25
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
01/04/2003 11:50:52
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00772461
Message ID:
00772488
Vues:
6
>In one table I list active Engineering programs. Some of these programs are assigned to Design Engineering and some to Development Engineering. The Design records have a date field estart. The Development a date field rdstart. I want one list that has all the records with estart and rdstart > date() And deliverto field = 'Boeing'. Please help with sql syntax.

select * from myTable ;
where estart > date() and rdStart > date() and deliverto == 'Boeing'

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform