SELECT Table_1. , Table_2. , Table_3.* FROM ((Table_1 INNER JOIN Table_2 ON Table_1.DataTime = Table_2.DataTime) INNER JOIN Table_3 ON Table_2.DataTime = Table_3.DataTime) where Table_1.DataTime = 1
is not necessarily merging three tables with the same ID data
because I want to choose three tables with the same ID data to insert into another table, but sometimes some tables do not necessarily have the ID of the other two tables. All data inserts are wrong