SQL Code Help Please xxxxx

JoshuaLuke

Posting Freak
Jan 29, 2012
529
51
Hiya,

I have my query which selects staff which have a rank over 3:

Code:
 SELECT id,name FROM ranks WHERE id >= 4 ORDER BY id DESC

but aswell as displaying ranks over 3, I dont want rank 8 to show, how would I do this?
 

Users who are viewing this thread

Top