问题
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