Skip to content

Commit a94d6ca

Browse files
committed
Trying to make backtick visible in output.
Signed-off-by: Zsolt Gyulai (zgyulai) <zsolt.gyulai@quest.com>
1 parent 645096d commit a94d6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_admin-guide/070_Destinations/270_sql/003_sql_destination_options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ NULL as well.
195195

196196
*Description:* This option can be used to define custom quoting for table and index names. For example, `MySQL` requires this for specific identifiers.
197197

198-
**NOTE:** {{ site.product.short_name }} generally uses the backtick character for configuration parameter names. When using the backtick character in the `quote_char` option, use the following formatting: `quote_char("``")`
198+
**NOTE:** {{ site.product.short_name }} generally uses the backtick character for configuration parameter names. When using the backtick character in the `quote_char` option, use the following formatting: **quote_char("\`\`")**
199199
{: .notice--info}
200200

201201
{% include doc/admin-guide/options/retries.md %}

0 commit comments

Comments
 (0)