Skip to content

Commit 4f82012

Browse files
authored
Update builtins output (#17894)
1 parent 7cf76be commit 4f82012

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

sql-statements/sql-statement-show-builtins.md

+24-2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ SHOW BUILTINS;
3939
| atan2 |
4040
| benchmark |
4141
| bin |
42+
| bin_to_uuid |
4243
| bit_count |
4344
| bit_length |
4445
| bitand |
@@ -67,6 +68,7 @@ SHOW BUILTINS;
6768
| crc32 |
6869
| curdate |
6970
| current_date |
71+
| current_resource_group |
7072
| current_role |
7173
| current_time |
7274
| current_timestamp |
@@ -110,13 +112,14 @@ SHOW BUILTINS;
110112
| get_format |
111113
| get_lock |
112114
| getparam |
113-
| getvar |
114115
| greatest |
116+
| grouping |
115117
| gt |
116118
| hex |
117119
| hour |
118120
| if |
119121
| ifnull |
122+
| ilike |
120123
| in |
121124
| inet6_aton |
122125
| inet6_ntoa |
@@ -132,6 +135,7 @@ SHOW BUILTINS;
132135
| is_ipv4_mapped |
133136
| is_ipv6 |
134137
| is_used_lock |
138+
| is_uuid |
135139
| isfalse |
136140
| isnull |
137141
| istrue |
@@ -145,17 +149,20 @@ SHOW BUILTINS;
145149
| json_insert |
146150
| json_keys |
147151
| json_length |
152+
| json_memberof |
148153
| json_merge |
149154
| json_merge_patch |
150155
| json_merge_preserve |
151156
| json_object |
157+
| json_overlaps |
152158
| json_pretty |
153159
| json_quote |
154160
| json_remove |
155161
| json_replace |
156162
| json_schema_valid |
157163
| json_search |
158164
| json_set |
165+
| json_storage_free |
159166
| json_storage_size |
160167
| json_type |
161168
| json_unquote |
@@ -220,6 +227,10 @@ SHOW BUILTINS;
220227
| rand |
221228
| random_bytes |
222229
| regexp |
230+
| regexp_instr |
231+
| regexp_like |
232+
| regexp_replace |
233+
| regexp_substr |
223234
| release_all_locks |
224235
| release_lock |
225236
| repeat |
@@ -256,10 +267,18 @@ SHOW BUILTINS;
256267
| sysdate |
257268
| system_user |
258269
| tan |
270+
| tidb_bounded_staleness |
271+
| tidb_current_tso |
272+
| tidb_decode_binary_plan |
259273
| tidb_decode_key |
260274
| tidb_decode_plan |
275+
| tidb_decode_sql_digests |
276+
| tidb_encode_sql_digest |
261277
| tidb_is_ddl_owner |
262278
| tidb_parse_tso |
279+
| tidb_parse_tso_logical |
280+
| tidb_row_checksum |
281+
| tidb_shard |
263282
| tidb_version |
264283
| time |
265284
| time_format |
@@ -271,6 +290,7 @@ SHOW BUILTINS;
271290
| to_base64 |
272291
| to_days |
273292
| to_seconds |
293+
| translate |
274294
| trim |
275295
| truncate |
276296
| ucase |
@@ -286,8 +306,10 @@ SHOW BUILTINS;
286306
| utc_timestamp |
287307
| uuid |
288308
| uuid_short |
309+
| uuid_to_bin |
289310
| validate_password_strength |
290311
| version |
312+
| vitess_hash |
291313
| week |
292314
| weekday |
293315
| weekofyear |
@@ -296,7 +318,7 @@ SHOW BUILTINS;
296318
| year |
297319
| yearweek |
298320
+-----------------------------+
299-
268 rows in set (0.00 sec)
321+
292 rows in set (0.00 sec)
300322
```
301323

302324
## MySQL 兼容性

0 commit comments

Comments
 (0)