分享至
朋友圈
微信
qq空间
qq
微博
复制
drop table if exists tab1; create table tab1 ( tab1_id int ) drop table if exists tab2; create table tab2 ( tab2_id int )