Escape special characters in a string for Clickhouse SQL queries.
This method is used internally to prepare strings for safe insertion into SQL queries by escaping special characters that might otherwise interfere with the query syntax.
| Name | Type | Description |
|---|---|---|
value* | str | The string to be escaped. |