摘要: -- 创建表 -- CREATE TABLE `course` ( -- `cid` int(3) NOT NULL AUTO_INCREMENT COMMENT '课程编号', -- `cname` varchar(10) DEFAULT NULL COMMENT '课程名', -- `tid` 阅读全文
posted @ 2023-06-24 10:26 strugglezlbstruggle 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 2023-6-19 sql语句 -- -- 以下题目涉及到的表有 -- ecs_users(用户表)、 -- ecs_order_info(订单表)、 -- ecs_goods(商品表)、 -- ecs_goods_type(商品类型表) -- use test; select * from ecs 阅读全文
posted @ 2023-06-24 10:24 strugglezlbstruggle 阅读(4) 评论(0) 推荐(0) 编辑