SQL Server überprüfen, ob die Spalte gleiche gleichwerte Werte aufweist
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