right join versus left join

后端 未结 3 1080
栀梦
栀梦 2021-01-22 22:44

In this case, a left join is the same as a right join?

mysql> 
mysql> 
mysql> use usenet;show tables;describe ARTICLE;describe NEWSGROUP;
Database chang         


        
3条回答
  •  生来不讨喜
    2021-01-22 22:58

    Codeproject has this image which explains the simple basics of SQL joins, taken from: http://www.codeproject.com/KB/database/Visual_SQL_Joins.aspx SQL joins explained enter image description here

提交回复
热议问题