摘要:
新健库 ,新增字段+类型+约束 设计表:外键(自增) 新建查询 建立表模型 /* 数据导入: Navicat Premium Data Transfer Source Server : localhost Source Server Type : MySQL Source Server Versio 阅读全文
摘要:
单表查询 where group by having distinct order by limit create table emp( id int not null unique auto_increment, name varchar(20) not null, sex enum('male' 阅读全文