W
Workinghard
Currently i am using the following sql statement:
SELECT * FROM INVENTORY WHERE (ITEMS like ::ITEMS:
And so Using the following: resultspage.asp?ITEMS=nevada
I get all ITEMS from nevada.
My question is what do I need to change in the SQL Statement above in order
that a statement such as:
resultspage.asp?ITEMS=nevada&PRICE<1000
will yield all Nevada ITEMS and with PRICE under $1000
SELECT * FROM INVENTORY WHERE (ITEMS like ::ITEMS:
And so Using the following: resultspage.asp?ITEMS=nevada
I get all ITEMS from nevada.
My question is what do I need to change in the SQL Statement above in order
that a statement such as:
resultspage.asp?ITEMS=nevada&PRICE<1000
will yield all Nevada ITEMS and with PRICE under $1000