What is the escape character for SSIS Expression Builder?

為{幸葍}努か 提交于 2021-01-26 03:08:51

问题


I need to escape quotation marks in SQL Server Integration Services' Expression Builder. I cannot escape it with double or triple quotes.


回答1:


Backslash "\" is the escape character.

Example: "SELECT branch, \"tran-date\" FROM TellerTransaction"



来源:https://stackoverflow.com/questions/2255273/what-is-the-escape-character-for-ssis-expression-builder

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!