DECLARE @ConditionValue INT SET @ConditionValue = 1000 SELECT TOP 3 * FROM <<YOURTABLE>> WHERE Price < @ConditionVALUE ORDER BY Price
Just got your question :) sorry for that!!
DECLARE @ConditionValue INT SET @ConditionValue = 1000 SELECT TOP 3 * FROM <<YOURTABLE>> WHERE Price < @ConditionVALUE ORDER BY Price
Just got your question :) sorry for that!!