I have a database of words of different levels for tutoring.
I want to get 10 random words of one level as CurrentWords, and another 10 random words (same field as first) of different levels as ReviewWords.
I tried this:
SELECT TOP 10 tblWords.WordName AS CurrentWords, tblWords.WordID
FROM...
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.