select ID, NAME, URL, DETAIL_URL, SEQ, CREATE_BY, CREATE_TIME, UPDATE_BY, UPDATE_TIME, REMARK from playlet_banner insert into playlet_banner NAME, URL, DETAIL_URL, SEQ, CREATE_BY, CREATE_TIME, UPDATE_BY, UPDATE_TIME, REMARK, #{name}, #{url}, #{detailUrl}, #{seq}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, #{remark}, update playlet_banner NAME = #{name}, URL = #{url}, DETAIL_URL = #{detailUrl}, SEQ = #{seq}, CREATE_BY = #{createBy}, CREATE_TIME = #{createTime}, UPDATE_BY = #{updateBy}, UPDATE_TIME = #{updateTime}, REMARK = #{remark}, where ID = #{id} delete from playlet_banner where ID = #{id} delete from playlet_banner where ID in #{id}