INSERT

insert into tbl_notice (id, created_at, content, title, updated_at, manager_id) value ((UNHEX(REPLACE(UUID(), '-',''))), NOW(), '인정합니다', '이정윤 잘생김', NOW(), (UNHEX(REPLACE('관리자아이디', '-',''))));
insert into tbl_notice (id, created_at, content, title, updated_at, manager_id) value ((UNHEX(REPLACE(UUID(), '-',''))), NOW(), '인정합니다', '이정윤 멋짐', NOW(), (UNHEX(REPLACE('관리자아이디', '-',''))));
insert into tbl_notice (id, created_at, content, title, updated_at, manager_id) value ((UNHEX(REPLACE(UUID(), '-',''))), NOW(), '인정합니다', '이정윤 대박', NOW(), (UNHEX(REPLACE('관리자아이디', '-',''))));