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ステートメント)(自動)? 理由は、ユーザーがレコードを更新または削除する前でした。レコードは、将来の参照のために別のテーブルにプッシュされます。
なぜ連結するのですか?行全体をそのまま別のテーブルにプッシュしないのはなぜですか?
insert into anothertable select * from thisone