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.
年ごとの従業員のテーブルがあり、関連する年を変更するだけで、同じテーブル内のほとんどの従業員を複製する必要があります。
どうもありがとう。
マイク・テシェイラ
INSERT INTO EMPLOYEES (<foo..bar>, year) (SELECT <foo..bar>, '2011' FROM EMPLOYEES)