Quote a SQL string literal.
Doubling the quote is the portable escape and the only one needed here — these are DDL statements, so nothing can be bound as a parameter.
Quote a SQL string literal.
Doubling the quote is the portable escape and the only one needed here — these are DDL statements, so nothing can be bound as a parameter.