我需要在Var上插入%
符號。上月
我試圖在SQL服務器中插入百分比符號
- + '%'
- Char37
- & '%'
所有給我的錯誤信息。
CAST(CASE WHEN ISNULL(MonthCost.LastCost, 0) <> 0 THEN (NowCost.LastCost - MonthCost.LastCost)/MonthCost.LastCost ELSE 0 END * 100 AS Numeric(10, 2)) AS [Var. On Month]
感謝您的任何建議
你是如何嘗試這些不同的選擇?如果您收到錯誤消息,請分享消息文本。 – HoneyBadger
可能是這將有所幫助.. http://stackoverflow.com/questions/17300683/insert-character-into-sql-string – Dayz