Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: reportbert
  • Content: Threads
  • Order by date
  1. reportbert

    How to choose between operators based on parameter value

    I'm trying to figure out how to change the comparison operator in my select statement based on the value of a parameter. Pseudocode: if (chooseparam = 'like') then select column from table where column like 'anotherparam%' else select column from table where column =...

Part and Inventory Search

Back
Top