Skip to content

Commit

Permalink
Update sql-statement-show-builtins.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd committed Dec 24, 2024
1 parent 9c9f074 commit e6ef4bc
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions sql-statements/sql-statement-show-builtins.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,9 @@ SHOW BUILTINS;
| decode |
| default_func |
| degrees |
| des_decrypt |
| des_encrypt |
| div |
| elt |
| encode |
| encrypt |
| eq |
| exp |
| export_set |
Expand Down Expand Up @@ -210,10 +207,9 @@ SHOW BUILTINS;
| nulleq |
| oct |
| octet_length |
| old_password |
| or |
| ord |
| password_func |
| password |
| period_add |
| period_diff |
| pi |
Expand Down Expand Up @@ -273,8 +269,11 @@ SHOW BUILTINS;
| tidb_decode_key |
| tidb_decode_plan |
| tidb_decode_sql_digests |
| tidb_encode_index_key |
| tidb_encode_record_key |
| tidb_encode_sql_digest |
| tidb_is_ddl_owner |
| tidb_mvcc_info |
| tidb_parse_tso |
| tidb_parse_tso_logical |
| tidb_row_checksum |
Expand Down Expand Up @@ -308,6 +307,14 @@ SHOW BUILTINS;
| uuid_short |
| uuid_to_bin |
| validate_password_strength |
| vec_as_text |
| vec_cosine_distance |
| vec_dims |
| vec_from_text |
| vec_l1_distance |
| vec_l2_distance |
| vec_l2_norm |
| vec_negative_inner_product |
| version |
| vitess_hash |
| week |
Expand All @@ -318,7 +325,7 @@ SHOW BUILTINS;
| year |
| yearweek |
+-----------------------------+
292 rows in set (0.00 sec)
299 rows in set (0.00 sec)
```

## MySQL 兼容性
Expand Down

0 comments on commit e6ef4bc

Please sign in to comment.