开发者_StackOverflow中文版I need to escape quotation marks in SQL Server Integration Services' Expression Builder. I cannot escape it with double or triple quotes.
Backslash "\" is the escape character.
Example: "SELECT branch, \"tran-date\" FROM TellerTransaction"
精彩评论