Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQL beginners question

Author  Topic 

Srle
Starting Member

5 Posts

Posted - 2001-08-11 : 04:04:46
I'm quite new SQL developer and I have one beginners question. I have simple SQL statment SELECT FROM table WHERE column1='request.querystring("something")' AND column2='request.querystring("something2")
As you can see query colects information from the form (combo boxes). I want to let user not to choose any of values from combo box, it means that one or both WHERE conditions should be excluded from query. How can I do that?

   

- Advertisement -