sql - Searching All Columns of a single Table for a Value In a Single Statement -


i looking pseudo-code in sql server search columns specific values in single table:

select *  employee any-column = 'helloworld'    or any-column = 1024 

can achieved in 1 statement or have make stored procedure make possible?


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -