摘要: 1 建立存储过程 create database gas; use gas; create table sensor( id int(11) not null auto_increment, name int(11) not null, year2017 int(6), year2018 int(6 阅读全文
posted @ 2020-08-14 17:21 182 阅读(354) 评论(0) 推荐(0)