-
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
提交
取消