(Pytanie przeniesione z SO) Mam tabelę (dane fikcyjne) z indeksem klastrowym zawierającym 2 kolumny: Teraz uruchamiam te dwa zapytania: declare @productid int =1 , @priceid int = 1 SELECT productid, t.priceID FROM Transactions AS t WHERE (productID = @productid OR @productid IS NULL)...