私は2つの同様のテーブルを持っており、1つのテーブルのような結果を持つ1つのクエリで2つのテーブルから結果を出したい(タンデムとしての行と時間の順序)
MyTable1:
time name Comment
-------------------------
45 asd testasd
49 gas testgas
50 has testhas
96 bag testbag
MyTable2:
time name Comment
-------------------------
48 hjasf bigasd
54 adg biggas
65 zxx bighas
115 cxx bobbag
131 xxb bobhas
結果:
time name Comment
-------------------------
45 asd testasd
48 hjasf bigasd
49 gas testgas
50 has testhas
54 adg biggas
65 zxx bighas
96 bag testbag
115 cxx bobbag
131 xxb bobhas
私はそれをやろうとしましたが、わかりません.JOINまたはUNIONを使用する必要がありますか...?