Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query
Message
De
08/07/2011 03:03:26
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Re: Query
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01517647
Message ID:
01517662
Vues:
35
>>I have student.dbf with fileds 1.regno(C), 2.name(C), 3.dob(D), 4.Course(C), 5.category(C)
>>
>>How to write SQL Query for find empty value of all field of my "student.dbf" table?
>
>Try
>
>select * from Student ;
>WHERE RegNo=='' ;
>OR Name == '' ;
>OR DOB = {} ;
>OR Course =='';
>OR Category ==''
>
This won't work for text fields, you must trim them before comparing them.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform