Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Null values
Message
From
23/09/1998 14:12:34
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Null values
Miscellaneous
Thread ID:
00139969
Message ID:
00139969
Views:
57
Hi,

I have a parameterized view.

For ex: my view looks like this

SELECT *;
FROM my_table;
WHERE a like ?valuea;
AND b = ?valueb;
AND c like ?valuec;
ORDER BY a

If one of the records in the table has nulls in field c, those records are not returned. Why doesn't it bring those records? Does anybody know why?

Thanks
Prashanthi
Next
Reply
Map
View

Click here to load this message in the networking platform