ID,
RGSTR_ID,
SAP_NAME,
SAP_LEN,
DIKE_GRAD,
PLAN_FL_STA,
RIVER_BANK,
LAKE,
COAST,
COMP_UNIT,
MAMPU,
MAMPU_ATTN,
MAMPU_ATTN_TEL,
REC_PERS_ID,
INTM,
UPTM,
STATUS
#{id},
#{rgstrId},
#{sapName},
#{sapLen},
#{dikeGrad},
#{planFlSta},
#{riverBank},
#{lake},
#{coast},
#{compUnit},
#{mampu},
#{mampuAttn},
#{mampuAttnTel},
#{recPersId},
#{intm},
#{uptm},
#{status}
and RGSTR_ID = #{rgstrId}
and SAP_NAME = #{sapName}
and SAP_LEN = #{sapLen}
and DIKE_GRAD = #{dikeGrad}
and PLAN_FL_STA = #{planFlSta}
and RIVER_BANK = #{riverBank}
and LAKE = #{lake}
and COAST = #{coast}
and COMP_UNIT = #{compUnit}
and MAMPU = #{mampu}
and MAMPU_ATTN = #{mampuAttn}
and MAMPU_ATTN_TEL = #{mampuAttnTel}
and REC_PERS_ID = #{recPersId}
and INTM = #{intm}
and UPTM = #{uptm}
and STATUS = #{status}
insert into BIS_INSP_WAGA_SAP_RGSTR_BASE( )
values ( )
delete from BIS_INSP_WAGA_SAP_RGSTR_BASE where ID = #{id}
delete from BIS_INSP_WAGA_SAP_RGSTR_BASE
update BIS_INSP_WAGA_SAP_RGSTR_BASE set flag_valid = 0 where ID = #{id}
update BIS_INSP_WAGA_SAP_RGSTR_BASE
RGSTR_ID = #{rgstrId},
SAP_NAME = #{sapName},
SAP_LEN = #{sapLen},
DIKE_GRAD = #{dikeGrad},
PLAN_FL_STA = #{planFlSta},
RIVER_BANK = #{riverBank},
LAKE = #{lake},
COAST = #{coast},
COMP_UNIT = #{compUnit},
MAMPU = #{mampu},
MAMPU_ATTN = #{mampuAttn},
MAMPU_ATTN_TEL = #{mampuAttnTel},
REC_PERS_ID = #{recPersId},
INTM = #{intm},
UPTM = #{uptm},
STATUS = #{status},
ID = #{id}
update BIS_INSP_WAGA_SAP_RGSTR_BASE
RGSTR_ID = #{rgstrId},
SAP_NAME = #{sapName},
SAP_LEN = #{sapLen},
DIKE_GRAD = #{dikeGrad},
PLAN_FL_STA = #{planFlSta},
RIVER_BANK = #{riverBank},
LAKE = #{lake},
COAST = #{coast},
COMP_UNIT = #{compUnit},
MAMPU = #{mampu},
MAMPU_ATTN = #{mampuAttn},
MAMPU_ATTN_TEL = #{mampuAttnTel},
REC_PERS_ID = #{recPersId},
INTM = #{intm},
UPTM = #{uptm},
STATUS = #{status},
delete from BIS_INSP_WAGA_SAP_RGSTR_BASE where RGSTR_ID = #{rgstrId}