Is there a reason MySQL doesn't support FULL OUTER JOINS?

前端 未结 6 874
醉话见心
醉话见心 2020-12-29 05:42

Is there a reason MySQL doesn\'t support FULL OUTER JOINS? I\'ve tried full outer join syntax in mysql many times and it never worked, just found out its not supported by my

6条回答
  •  长发绾君心
    2020-12-29 06:21

    as a product matures, more features get added with each release. just chalk this up to not being implemented yet. I'm sure it will eventually be there, it doesn't mean that MySql is bad or anything, every database has extra as well as missing features. I wish SQL Server had the group concatenation feature that MySql has!

提交回复
热议问题