selectの構文について助けが必要です。
結合から2つの選択結果を結合する必要があります。
私は説明しようとします
SELECT FROM 2 TABLE BY JOIN
UNION
SELECT FROM 2 OTHER TABLE BY UNION
また
私は試した:
select .... join.... data from table2for union
union
select .... join ... data from table1 for union
結合するテーブルは、2 つのテーブルを結合した結果です。
理解するためのその他のデータ:
tabA1
codice
nome
totale
JOIN
tabA2
restocodice
restonome
UNION
tabB1
codiceconf
nomeconf
totaleconf
JOIN
tabB2
restocodiceconf
restonomeconf
説明したことを願っています。