我有两个表,具有相同的结构,例如:Table1(Timestamp, Value)和Table2(Timestamp, Value)。我希望将这些表合并为一个表,如:Table3(Timestamp, Value1, Value2),其中Value1 is value of Table1和Value2 is value of Table2我如何在Server上做到这一点?
给定数据库模式:[表的主键用粗体表示) account(account_no,branch_name,balance)储户(customer_name,account_number) {此处没有声明键}customer(customer_name,customer_street,customer_city)group by depositor.customer_name