Arul, Monday, July 01, 2002, 3:58:48 PM, you wrote: A> Can i use left outer join in MySQL. A> Like i have one condition in Oracle A> ex:
A> select * from user,company where u.companyid = c.companyid (+) A> can i rephrase the query in mysql like this A> select * from user left outer join company c using (companyid) In MySQL LEFT OUTER JOIN is a synonym for LEFT JOIN. Syntax for LEFT OUTER JOIN exists for compatibility with ODBC. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php