Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query
Message
 
 
À
07/07/2011 20:20:50
Muthu Vel
Sty Company
Inde
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:
01517649
Vues:
37
>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 ==''
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform