SET @f = (9.0 * dbo. fnConvertTemp(@c)) / 5.0 +32.0 => SET @f = (9.0 * @c) /...
MS SQL 的話還可以考慮使用 Merge https://technet.microsoft.com/zh-tw/library/bb522522(v=sq...
直接算不行嗎? declare @t table( ccy varchar(3), deposit numeric(13,5) ) insert into...
我覺得你需要的是 動態的 PIVOT參考德瑞克的作法 http://sharedderrick.blogspot.tw/2013/02/pivot-dynami...
直接用 findstr 不行嗎? findstr /s /n /i /p /c:"X10DAL-GG" *
你要做的應該是抓前一個工作日不是前一天吧!參考以下的 SQL 看看http://sqlfiddle.com/#!9/a5630/4/0
第二個查詢沒有寫 from 應該就還是 from emp 吧應該把第一個查詢改成 in