<sql>insert into single_yuejuan_source_process.bus_exam_student_select(id,exam_id,school_id,school_name,grade_id,grade_name,class_id,class_name,student_id,student_name,login_name,student_number,exam_number,student_type,subject_type_id,subject_type_code,type_id,create_id,create_time,modify_id,modify_time)
select id,exam_id,school_id,school_name,grade_id,grade_name,class_id,class_name,student_id,student_name,login_name,student_number,exam_number,student_type,subject_type_id,subject_type_code,type_id,create_id,create_time,modify_id,modify_time from single_yuejuan_source.bus_exam_student_select</sql>
<sql>insert into single_yuejuan_source_process.bus_exam_subject_student_select(id,exam_student_id,exam_id,subject_id,paper_type,objective_score,subjective_score,correct_score,create_time,modify_id,modify_time)
select id,exam_student_id,exam_id,subject_id,paper_type,objective_score,subjective_score,correct_score,create_time,modify_id,modify_time from single_yuejuan_source.bus_exam_subject_student_select</sql>
<sql>insert into single_yuejuan_source_process.dic_subject_select_type(subject_type_code,subject_type_name,subject_ids,subject_select_ids,subject_select_names,simple_name,type,order_num,create_time,modify_time)
select subject_type_code,subject_type_name,subject_ids,subject_select_ids,subject_select_names,simple_name,type,order_num,create_time,modify_time from single_yuejuan_source.dic_subject_select_type</sql>