-
attach和detach没有改变某个数据库的数据,只是附加在某某database上或从上面分离查看全部
-
常见的数据库查看全部
-
where 列=非数字型,要用单引号查看全部
-
count 总数 select count(1)form [] 从[]查询有多少个(1)值查看全部
-
where [1]=275 and [2]>5000 表示查询[1]=275并且 [2]>5000的数值查看全部
-
round(rate*40*52,1)as Annxx;保留一位小数 round(rate*40*52,0)as Annxx;不保留小数查看全部
-
rate*40*52 as Annxx :将rate进行运算算出的值以Annxx来显示查看全部
-
select [],[],[],isnull(Color,'') as Color,;将Color里面的null值变为空,然后将Color的名字再一次的赋予列查看全部
-
order by 2;按照选出的第二个信息的正序排列查看全部
-
order by []运用于排列顺序 desc=descending order;倒序排列 asc=ascending order;正序排列查看全部
-
将来的你,一定会非常感谢现在拼命努力的自己查看全部
-
老师的声音很好听呀!查看全部
-
全部query查看全部
-
常用查询查看全部
-
If own computer is used as host, we can use local host or simply a dot as server name.查看全部
举报
0/150
提交
取消