+ operaotor for outer joins in mysql.
-
Hello All, I tried using '+' operator for left outer join in MySql Workbench 5.2 CE but it is giving me a syntax error.I want to know whether + operator is supported by MySql Workbench 5.2 CE or not?I have gone through the manual of workbench but I did not find any information on this topic.Kindly help me with it.
-
Hello All, I tried using '+' operator for left outer join in MySql Workbench 5.2 CE but it is giving me a syntax error.I want to know whether + operator is supported by MySql Workbench 5.2 CE or not?I have gone through the manual of workbench but I did not find any information on this topic.Kindly help me with it.
I'm pretty sure MySQL isn't supporting outer implicit joins, only inner implicit joins. You'll have to use an Ansi Join instead.
Wrong is evil and must be defeated. - Jeff Ello[^]