S
Scott Reynolds
Hello!
Could someone please tell me why this query does not show top 20 Products
ordered by Hits?
SELECT TOP 20 Id, ProductName, Hits
FROM Products
ORDER BY Hits DESC;
Thank you in advance!
Scott
Could someone please tell me why this query does not show top 20 Products
ordered by Hits?
SELECT TOP 20 Id, ProductName, Hits
FROM Products
ORDER BY Hits DESC;
Thank you in advance!
Scott