使用SQL Server 2005如何篩選列?
我要過濾的列,其中列值不等於數字
表1
Status
010203
Absent
231415
Ramesh
Suresh
...,
我想從狀態欄只得到名稱,如
試過查詢
Select Status from table1 where status <> 'absent' and status <> numecivalue
如何提到的狀態<> numericvalue
期望輸出
Table
Status
Ramesh
Suresh
...,
需要查詢的幫助。
如果您發佈的代碼,無論是T-SQL或什麼的,請使用編輯器工具欄按鈕的代碼(010 101),以它們格式化爲代碼,使他們很好的可讀性,將得到語法突出! – 2009-10-29 06:01:51