摘要: 一 竖表转横表 1. 首先创建竖表 create table student ( id varchar(32) primary key, name varchar (50) not null, subject varchar(50) not null, result int); 2. 插入数据 in 阅读全文
posted @ 2023-02-27 17:53 zhangzhiping35 阅读(125) 评论(0) 推荐(0) 编辑