Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SQL Server Integration Services の Expression Builder で引用符をエスケープする必要があります。二重引用符または三重引用符でエスケープすることはできません。
バックスラッシュ「\」はエスケープ文字です。
例: 「SELECT ブランチ、\"tran-date\" FROM TellerTransaction」