create table tb(id1 numeric(10, 0) , id2 numeric(10)) insert into tb values(1 , 1) select * from tb drop table tb /* id1 id2 ------------ ------------ 1 1 (所影响的行数为 1 行) */
34,837
社区成员
254,632
社区内容
加载中
试试用AI创作助手写篇文章吧