2019年5月29日

摘要: 方法一: create table tb ( id int, num int ) insert into tb select 1,10 insert into tb select 1,20 insert into tb select 2,80 insert into tb select 2,null 阅读全文
posted @ 2019-05-29 17:30 岁月寒风 阅读(5097) 评论(0) 推荐(0)

导航