MySQL Forums
Forum List  »  Newbie

Re: Probleme de requete sur serveur
Posted by: Jay Pipes
Date: July 01, 2005 05:55AM

Excusez ma utilisation faible de Français!

Vous n'avez pas besoin d'employer une table dérivée. Au lieu de cela, ...

SELECT login
FROM access
INNER JOIN admin ON access.ida = admin.id
INNER JOIN droit ON admin.id = droit.id_user
LIMIT 0 , 30;

Jay Pipes
Community Relations Manager, North America, MySQL Inc.

Got Cluster? http://www.mysql.com/cluster
Personal: http://jpipes.com

Options: ReplyQuote


Subject
Written By
Posted
Re: Probleme de requete sur serveur
July 01, 2005 05:55AM


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.