MySQL Forums
Forum List  »  French

Re: Equivalent de commande entre les versions de mysql
Posted by: Huu Da Tran
Date: July 21, 2008 12:09PM

Ça remonte loin la 4.0 :)

Est-ce que ça acceptait déjà les joins?
select *
from TableA as ta
    left join TableB as tb using (Id)
where (tb.Id is null)
    and ...

Huu Da
MySQL flirter

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Equivalent de commande entre les versions de mysql
2713
July 21, 2008 12:09PM


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.