News

I have a table that ... of selecting the top 10 with a count query but can't seem to get the 10 records to be anything but the last 10 inserted. <BR><BR>Not being a strong SQL guy, can you guys ...
BR><BR>I have a table that has:<BR><BR>PK<BR>EmployeeID ... BR><BR>So I tried<BR><BR>SELECT TOP 1 EmployeeID, ReviewRating, ReviewDate<BR>FROM tbl_Stuff<BR>ORDER BY ReviewDate DESC<BR><BR>Now ...