MySQL Forums
Forum List  »  Newbie

Re: subtracting statments
Posted by: Pablo Minetti
Date: August 19, 2004 10:30AM

Hi friend!
try this!
SELECT DISTINCTROW users.name, installmatrix.sid
FROM users LEFT JOIN installmatrix ON users.iduser = installmatrix.user
WHERE (((installmatrix.sid)<>2));

Options: ReplyQuote


Subject
Written By
Posted
August 19, 2004 08:34AM
Re: subtracting statments
August 19, 2004 10:30AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.