I'm creating a search toolbar on my web page to allow the user to identify what column to search, and what operator to use to search that column. To avoid having a lot of if statements, I want to write the SQL like this:I'm creating a search toolbar on my web page to