热门标签
更多>
搜索结果
查询Tags标签: subid,共有 2条记录-
mysql分组排序
DROP TABLE IF EXISTS student_grade; CREATE TABLE student_grade ( stuId int NULL DEFAULT NULL, subId int NULL DEFAULT NULL, grade int NULL DEFAULT NULL ) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;-- Records of…
2021/8/6 19:05:58 人评论 次浏览 -
mysql分组排序
DROP TABLE IF EXISTS student_grade; CREATE TABLE student_grade ( stuId int NULL DEFAULT NULL, subId int NULL DEFAULT NULL, grade int NULL DEFAULT NULL ) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;-- Records of…
2021/8/6 19:05:58 人评论 次浏览