You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql-manual/basic-element/sql-data-types/semi-structured/VARIANT.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,13 +220,6 @@ All examples below are matching examples.
220
220
|`[^abc]`| Negated character class |`int_[^0-9]` → `int_a`|`'int_[^0-9]'`|
221
221
|`\`| Escape the next character |`a\*b` → `a*b`<br/>`a\?b` → `a?b`<br/>`a\[b` → `a[b`<br/>`\` → `\`|`'a\\\\*b'`<br/>`'a\\\\?b'`<br/>`'a\\\\[b'`<br/>`'\\\\'`|
222
222
223
-
#### Escaping rules
224
-
225
-
-`\*` is a literal `*`
226
-
-`\?` is a literal `?`
227
-
-`\[` is a literal `[`
228
-
- A trailing standalone `\` is treated as a literal `\`
229
-
230
223
#### Unsupported syntax
231
224
232
225
The following are treated as ordinary characters or cause matching to fail; avoid them whenever possible:
Copy file name to clipboardExpand all lines: i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/basic-element/sql-data-types/semi-structured/VARIANT.md
Copy file name to clipboardExpand all lines: i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/basic-element/sql-data-types/semi-structured/VARIANT.md
Copy file name to clipboardExpand all lines: versioned_docs/version-4.x/sql-manual/basic-element/sql-data-types/semi-structured/VARIANT.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,13 +217,6 @@ All examples below are matching examples.
217
217
|`[^abc]`| Negated character class |`int_[^0-9]` → `int_a`|`'int_[^0-9]'`|
218
218
|`\`| Escape the next character |`a\*b` → `a*b`<br/>`a\?b` → `a?b`<br/>`a\[b` → `a[b`<br/>`\` → `\`|`'a\\\\*b'`<br/>`'a\\\\?b'`<br/>`'a\\\\[b'`<br/>`'\\\\'`|
219
219
220
-
#### Escaping rules
221
-
222
-
-`\*` is a literal `*`
223
-
-`\?` is a literal `?`
224
-
-`\[` is a literal `[`
225
-
- A trailing standalone `\` is treated as a literal `\`
226
-
227
220
#### Unsupported syntax
228
221
229
222
The following are treated as ordinary characters or cause matching to fail; avoid them whenever possible:
0 commit comments