select * from b where id=5;
update a set id=88 where cid=6;
delete * from where id=6;
insert into a (title,content) values ("values1",'values2');
select a1.title,b1.username from a as a1,b as b1 where a1.id=b1.cid