insert into tbl_study_room (id, school_id, name, floor, width_size, height_size, in_use_headcount, available_headcount, available_sex, available_grade, west_description, south_description, north_description, east_description)
value ((UNHEX(REPLACE(UUID(), '-',''))), (UNHEX(REPLACE('학교아이디', '-',''))), '가온실', 1, 2, 2, 13, 30, 'ALL', 1, '서쪽', '남쪽', '북쪽', '동쪽');