Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query
Message
From
08/07/2011 03:03:26
 
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:
01517662
Views:
34
>>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform