SQL Server -Wert auf Wert in mehreren Spalten

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