delete from tblblogtextblocks where id = and blog = select id, label, body from tblblogtextblocks where blog = and label = and id = select id, label, body from tblblogtextblocks where blog = and label = select id, label, body from tblblogtextblocks where blog = order by label asc insert into tblblogtextblocks(id, label, body, blog) values( , , , ) update tblblogtextblocks set label = , body = where id =