anderkaka

导航

2022年9月27日 #

MySQL 行 列转换

摘要: CREATE TABLE `grade` ( `name` varchar(255) NOT NULL, `class` varchar(255) NOT NULL, `score` tinyint(4) NOT NULL, `id` int(11) DEFAULT NULL ) ENGINE=In 阅读全文

posted @ 2022-09-27 16:31 安德卡卡 阅读(58) 评论(0) 推荐(0)