select id, s_attack_ip, s_attack_count, create_by, create_time, update_by, update_time, remark from tc_sgjip_top5
insert into tc_sgjip_top5
s_attack_ip,s_attack_count,create_by,create_time,update_by,update_time,remark,#{sAttackIp},#{sAttackCount},#{createBy},#{createTime},#{updateBy},#{updateTime},#{remark},
update tc_sgjip_top5
s_attack_ip = #{sAttackIp},s_attack_count = #{sAttackCount},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},remark = #{remark},
where id = #{id}
delete from tc_sgjip_top5 where id = #{id}
delete from tc_sgjip_top5 where id in
#{id}