数据库连接怎么连接两个表tableA,tableB得出如下结果,代码应该怎么写,求指点
SELECT A.valueA, B.valueBFROM tableA AS ACROSS JOIN tableB AS B;
(select a from tableA ) except (select a from tableB) except (select a from tableC);