Skip to content

Commit

Permalink
[docs](fix) Fix sidebar of uuid_to_int & int_to_uuid (apache#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
KassieZ authored Apr 1, 2024
1 parent 6496d22 commit 6152c13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ uuid

`VARCHAR uuid()`

返回一个随机的uuid字符串
返回一个随机的 uuid 字符串


### example
Expand Down
2 changes: 2 additions & 0 deletions sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,8 @@
"sql-manual/sql-functions/string-functions/convert-to",
"sql-manual/sql-functions/string-functions/extract-url-parameter",
"sql-manual/sql-functions/string-functions/uuid",
"sql-manual/sql-functions/string-functions/uuid-to-int",
"sql-manual/sql-functions/string-functions/int-to-uuid",
"sql-manual/sql-functions/string-functions/space",
"sql-manual/sql-functions/string-functions/sleep",
"sql-manual/sql-functions/string-functions/esquery",
Expand Down

0 comments on commit 6152c13

Please sign in to comment.