INSERT INTO pre_portal_article_title(aid,title,pic) SELECT (itemid+22),subject,subjectimage FROM supe_showitems_dx2;
INSERT INTO pre_portal_article_content(aid,content) SELECT (itemid+22),concat(message,show_img,show_img_1,show_img_2,show_img_3,show_img_4,show_img_5) FROM supe_showmessage_dx2;