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:
01517650
Views:
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?

I am not sure if I am reading well your request, for the answers you've got are not as I understood the question, this is what I thought you wanted:
SELECT * FROM Student WHERE EMPTY(RegNo + Name + Course + Category) and EMPTY(DOB) 
That will give you the records that have all the fields empty (empty value of all field)?
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform