SQL Server Forums - How to insert single quote string into a table.

SQL Server Forums - How to insert single quote string into a table.

瀏覽:685
日期:2026-04-20
Are you using dynamic sql? If there is a single quote inside a variable then you don't need to escape it. You can just use the variable. Maybe you should post the relevant code you have now? Charlie...看更多