You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
299 B
7 lines
299 B
CREATE TABLE IF NOT EXISTS tbl_code_item_20210301 SELECT * FROM tbl_code_item;
|
|
|
|
insert into tbl_code_item (title, order_no, cg_cd, val_1, ci_explain, ci_link, reg_dt, sys_member_id)
|
|
select title, order_no, cg_cd, val_1, ci_explain, ci_link, now(), sys_member_id from tbl_code_item_20210301
|
|
|
|
|