SQL Server Sprawdź wartość w wielu kolumnach

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