Posted by bonjella on 07/11/07 13:01
On Jul 11, 1:05 pm, Roy Harvey <roy_har...@snet.net> wrote: > SELECT * > FROM tbl_skill_scores as A > WHERE skill IN > (select TOP 4 skill > from tbl_skill_scores as B > where A.user_id = B.user_id > order by B.score DESC) > Wonderful, that did the trick - thanks :-) Amy
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming