HI,
I am trying to get the top 20 users from my database and order it by the name. All help is greatly appreciated.
Z
Select Top 20 FullName, Counter
(
SELECT count(tixq.tixid) as counter, UserProfile.FName + ' ' + UserProfile.LName AS FullName
FROM TixQ, UserProfile
WHERE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.