#sql中replace的用法:如果已经存在该数据,则删除原有的数据并插入新数据
replace into examination_info
values(null,9003,'SQL','hard',90,'2021-01-01 00:00:00');