2007年8月14日 星期二

M$ SQL 含有null的欄位做運算

isnull("欄位名稱" 要取代的值)

例:
select isnull(Name,'')+isnull(otherName,'') from A inner join B on A.ID=B.ID

0 意見: