SQL Server Sprawdź, czy kolumna ma takie same równe wartości
select count( distinct price) from table -- if == 1: all prices are equal
Helping Hand
select count( distinct price) from table -- if == 1: all prices are equal