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