-
select * from [production].[product] where color in ('red','blue','black')查看全部
-
select stuid,stuname,avg(stuscore) as maxscore from student where stuid is not null group by stuid,stuname having maxscore>60 order by maxscore desc查看全部
-
attahe查看全部
-
attch查看全部
-
关系型数据库查看全部
-
field查看全部
-
er图查看全部
-
er图查看全部
-
in,是指某个字段在某个域里。 not in,是指某个字段不在某个域里。查看全部
-
通配符: %,表示可以没有或者有若干字符的模糊查询。 _,表示可以没有或者有一个字符的模糊查询。查看全部
-
select...From...查看全部
-
How to change data type?查看全部
-
What is the T-SQL? It is used to answer question that can help the decision makers to make batter business;查看全部
-
Foreign key fields in a table that refer to the primary key in another table;查看全部
-
Each table can have one or more fileds as primary key;查看全部
举报
0/150
提交
取消