Postgres: How to join tables when every table can be empty?

后端 未结 0 1925
抹茶落季
抹茶落季 2021-02-10 17:23

I have 3 tables. And I use math operations for this three tables.

SELECT table_1.a + table_2.a + table_3.a
FROM table_1
LEFT JOIN table_2 ON table_2.user_id = tab         


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