我正在使用sql server 2008.我試圖顯示空值和轉換結果爲空,但仍顯示項目名稱。如果某個字段沒有結果,則顯示空值
我的查詢是:
select project, amount, transdate
from rec
where transdate>'2017-05-01'
and project like 'project%'
當我執行這個我沒有得到任何結果,只是空白。我想看到的是。
project 1 | null | null
project 2 | null | null
project 3 | null | null
sql 10.5?那是什麼? – ollie
沒有「SQL 10.5」這樣的東西你正在使用哪種DBMS? –