SQL Server Verifique el valor en múltiples columnas

SELECT * FROM table WHERE 123 IN(col1, col2, col3, col4);
Blushing Bat