Wrox Home  
Search P2P Archive for: Go

  Return to Index  

sql_language thread: SQL operator for all in where condition


Message #1 by "chris kalafatis" <chrisffk@h...> on Wed, 7 Aug 2002 19:07:26
I m passing through a form 3 parameteres into an SQL Selection string.
E.g. Select * from table where par1=value and par2=value and par3=value. 
The parameters have the ALL option in the values selection, giving the 
form 3x3x3 =27 choises.
How can I select the all option from one or more the parameters (like the 
% in Oracle) in SQL?

  Return to Index