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/preview/sql/functions/blob.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This section describes functions and operators for examining and manipulating [`
12
12
13
13
| Name | Description |
14
14
|:--|:-------|
15
-
|[`arg1 || arg2`](#arg1--arg2)| Concatenates two strings, lists, or blobs. Any `NULL` input results in `NULL`. See also [`concat(arg1, arg2, ...)`](#concatvalue) and [`list_concat(list1, list2)`]({% link docs/preview/sql/functions/list.md %}#list_concatlist1-list2). |
15
+
|[`arg1 || arg2`](#arg1--arg2)| Concatenates two strings, lists, or blobs. Any `NULL` input results in `NULL`. See also [`concat(arg1, arg2, ...)`](#concatvalue-) and [`list_concat(list1, list2)`]({% link docs/preview/sql/functions/list.md %}#list_concatlist1-list2). |
16
16
|[`base64(blob)`](#base64blob)| Converts a `blob` to a base64 encoded string. |
17
17
|[`concat(value, ...)`](#concatvalue-)| Concatenates multiple strings, lists, or blobs. `NULL` inputs are skipped. See also [operator `||`](#arg1--arg2). |
18
18
|[`decode(blob)`](#decodeblob)| Converts `blob` to `VARCHAR`. Fails if `blob` is not valid UTF-8. |
@@ -39,7 +39,7 @@ This section describes functions and operators for examining and manipulating [`
39
39
40
40
<divclass="nostroke_table"></div>
41
41
42
-
|**Description**| Concatenates two strings, lists, or blobs. Any `NULL` input results in `NULL`. See also [`concat(arg1, arg2, ...)`](#concatvalue) and [`list_concat(list1, list2)`]({% link docs/preview/sql/functions/list.md %}#list_concatlist1-list2). |
42
+
|**Description**| Concatenates two strings, lists, or blobs. Any `NULL` input results in `NULL`. See also [`concat(arg1, arg2, ...)`](#concatvalue-) and [`list_concat(list1, list2)`]({% link docs/preview/sql/functions/list.md %}#list_concatlist1-list2). |
Copy file name to clipboardExpand all lines: docs/preview/sql/functions/text.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This section describes functions and operators for examining and manipulating [`
22
22
|[`string LIKE target`](#string-like-target)| Returns `true` if the `string` matches the like specifier (see [Pattern Matching]({% link docs/preview/sql/functions/pattern_matching.md %})). |
23
23
|[`string SIMILAR TO regex`](#string-similar-to-regex)| Returns `true` if the `string` matches the `regex` (see [Pattern Matching]({% link docs/preview/sql/functions/pattern_matching.md %})). |
24
24
|[`string ^@ search_string`](#string--search_string)| Returns `true` if `string` begins with `search_string`. |
25
-
|[`arg1 || arg2`](#arg1--arg2)| Concatenates two strings, lists, or blobs. Any `NULL` input results in `NULL`. See also [`concat(arg1, arg2, ...)`](#concatvalue) and [`list_concat(list1, list2)`]({% link docs/preview/sql/functions/list.md %}#list_concatlist1-list2). |
25
+
|[`arg1 || arg2`](#arg1--arg2)| Concatenates two strings, lists, or blobs. Any `NULL` input results in `NULL`. See also [`concat(arg1, arg2, ...)`](#concatvalue-) and [`list_concat(list1, list2)`]({% link docs/preview/sql/functions/list.md %}#list_concatlist1-list2). |
26
26
|[`array_extract(string, index)`](#array_extractstring-index)| Extracts a single character from a `string` using a (1-based) `index`. |
27
27
|[`array_slice(list, begin, end)`](#array_slicelist-begin-end)| Extracts a sublist or substring using [slice conventions]({% link docs/preview/sql/functions/list.md %}#slicing). Negative values are accepted. |
28
28
|[`ascii(string)`](#asciistring)| Returns an integer that represents the Unicode code point of the first character of the `string`. |
@@ -173,7 +173,7 @@ This section describes functions and operators for examining and manipulating [`
173
173
174
174
<divclass="nostroke_table"></div>
175
175
176
-
|**Description**| Concatenates two strings, lists, or blobs. Any `NULL` input results in `NULL`. See also [`concat(arg1, arg2, ...)`](#concatvalue) and [`list_concat(list1, list2)`]({% link docs/preview/sql/functions/list.md %}#list_concatlist1-list2). |
176
+
|**Description**| Concatenates two strings, lists, or blobs. Any `NULL` input results in `NULL`. See also [`concat(arg1, arg2, ...)`](#concatvalue-) and [`list_concat(list1, list2)`]({% link docs/preview/sql/functions/list.md %}#list_concatlist1-list2). |
0 commit comments