之間下面是我的查詢:如何總結兩個不同的列在兩個不同的表中兩個日期
select sum(tableA.value)+sum(tableB.value1)) from tableA,tableB where tableA.data between '2016-01-21' and '2016-03-09' and tableB.date2 between '2016-01-21' and '2016-03-09'
但結果是錯誤的,當行數是不同的。 實施例tableA.value = 2個和tableB的值= 3和5的結果= 12
這是錯誤的。結果應該是10