摘要:
-- Create table create table ADMIN ( gno VARCHAR2(4) not null, gpassword VARCHAR2(8) not null, gname VARCHAR2(9) not null, gphone VARCHAR2(11) ); -- Add comments to the columns ... 阅读全文
posted @ 2016-10-13 12:58
琢磨先生
阅读(395)
评论(0)
推荐(0)
摘要:
--1012课堂内容 --查询教师所有的单位即不重复的Depart列。 select distinct t. depart from teacher t; --两种条件相加去除重复内容 select distinct t. depart ,t.prof from teacher t; --查询Score表中成绩在60到80之间的所有记录。 select *from score whe... 阅读全文
posted @ 2016-10-13 12:50
琢磨先生
阅读(155)
评论(0)
推荐(0)

浙公网安备 33010602011771号