Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query
Message
 
 
To
07/07/2011 20:20:50
Muthu Vel
Sty Company
India
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Re: Query
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01517647
Message ID:
01517649
Views:
36
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform