Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL question
Message
From
18/02/2000 13:20:35
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
SQL question
Miscellaneous
Thread ID:
00334207
Message ID:
00334207
Views:
57
I have a table with these fields; cdesc, nprice.

I can SELECT * FROM mytable WHERE cdesc = "". This will produce a cursor with all records in the results, which is what I want.

How can I do the same for the numeric field?

SELECT * FROM mytable WHERE cdesc = "" AND nprice = 0 only brings up the records with 0 in nprice. I want all the records. Then I want the user to narrow the search like this;
SELECT * FROM mytable WHERE cdesc = cvar AND nprice = nvar

How can I do this?

Thanks,
Next
Reply
Map
View

Click here to load this message in the networking platform