SQL Server Verifique se há valor em várias colunas
SELECT * FROM table WHERE 123 IN(col1, col2, col3, col4);
Blushing Bat
SELECT * FROM table WHERE 123 IN(col1, col2, col3, col4);