Why doesn't the first SQL work with the “AND” statement like the second statement?

前端 未结 0 1364
一生所求
一生所求 2021-02-07 09:54

Statement 1

USING(country_code)
AND p1.year = p2.year - 5;

Statement 2

ON p1.c         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题