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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -