摘要:
今日内容概要 如何查询表 """ select where group by having distinct order by limit regexp like ... """ 连表操作理论 今日内容详细 前期表准备 create table emp( id int not null unique 阅读全文
摘要:
作业要求: 作业答案 create table class( cid int primary key auto_increment, caption char(10)); create table teacher( tid int primary key auto_increment, tname 阅读全文