Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法可以连接表中的所有字段(1条sql语句)(自动)?原因是在用户更新或删除记录之前,该记录将推送到另一个表以供将来参考。
那为什么要连接呢?为什么不按原样将整行推送到另一个表?
插入另一个表 select * from thisone