delete tbl_SYS_Labels where ownerId = and ownertype = and channel = and labelName = update tbl_SYS_Labels set textSingular = , textPlural = , abbrevSingular = , abbrevPlural = where ownerId = and ownertype = and channel = and labelName = insert into tbl_SYS_Labels ( ownerId, ownerType, channel, labelName, textSingular, textPlural, abbrevSingular, abbrevPlural ) values ( , , , , , , , )