Why is my left join not returning nulls?

后端 未结 6 1410
半阙折子戏
半阙折子戏 2020-12-05 18:31

In sql server 2008, I have the following query:

select      
    c.title as categorytitle,
    s.title as subcategorytitle,
    i.title as itemtitle
from cat         


        
6条回答
提交回复
热议问题