最近更新时间:2020-05-20 16:33:53
select /*g1*/ 1;
Update /*g1*/ t1 set c1=1;
Insert /*g1*/ into t1(c1) values(1);
Delete /*g1*/ from t1;