Skip to content

Commit

Permalink
fix: fix sql fun sider
Browse files Browse the repository at this point in the history
  • Loading branch information
wangtao0101 committed Apr 3, 2024
1 parent 11129ca commit 693f5b6
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .vitepress/siderbars/getSqlFunctionSider.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@ function getSidebar() {
items: [
{
text: 'group by语法',
link: '/sqlfunction/index#group-by语法',
link: '/sqlfunction/home#group-by语法',
},
{
text: 'order by语法',
link: '/sqlfunction/index#order-by语法',
link: '/sqlfunction/home#order-by语法',
},
{
text: '分支判断语法(case when和if)',
link: '/sqlfunction/index#分支判断语法-case-when和if',
link: '/sqlfunction/home#分支判断语法-case-when和if',
},
{
text: 'having语法',
link: '/sqlfunction/index#having语法',
link: '/sqlfunction/home#having语法',
},
{
text: 'join语法',
link: '/sqlfunction/index#join语法',
link: '/sqlfunction/home#join语法',
},
{
text: '嵌套子查询语法',
link: '/sqlfunction/index#嵌套子查询语法',
link: '/sqlfunction/home#嵌套子查询语法',
},
{
text: 'unnest语法',
link: '/sqlfunction/index#unnest语法',
link: '/sqlfunction/home#unnest语法',
},
],
},
Expand All @@ -42,87 +42,87 @@ function getSidebar() {
items: [
{
text: '通用比较函数',
link: '/sqlfunction/index#通用比较函数',
link: '/sqlfunction/home#通用比较函数',
},
{
text: '通用聚合函数',
link: '/sqlfunction/index#通用聚合函数',
link: '/sqlfunction/home#通用聚合函数',
},
{
text: '日期时间函数',
link: '/sqlfunction/index#日期时间函数',
link: '/sqlfunction/home#日期时间函数',
},
{
text: '字符串函数',
link: '/sqlfunction/index#字符串函数',
link: '/sqlfunction/home#字符串函数',
},
{
text: 'JSON函数',
link: '/sqlfunction/index#JSON函数',
link: '/sqlfunction/home#JSON函数',
},
{
text: '数组函数',
link: '/sqlfunction/index#数组函数',
link: '/sqlfunction/home#数组函数',
},
{
text: 'Map映射函数',
link: '/sqlfunction/index#Map映射函数',
link: '/sqlfunction/home#Map映射函数',
},
{
text: '正则式函数',
link: '/sqlfunction/index#正则式函数',
link: '/sqlfunction/home#正则式函数',
},
{
text: 'URL函数',
link: '/sqlfunction/index#url函数',
link: '/sqlfunction/home#url函数',
},
{
text: '数学计算函数',
link: '/sqlfunction/index#数学计算函数',
link: '/sqlfunction/home#数学计算函数',
},
{
text: '估算函数',
link: '/sqlfunction/index#估算函数',
link: '/sqlfunction/home#估算函数',
},
{
text: '同比环比函数',
link: '/sqlfunction/index#同比环比函数',
link: '/sqlfunction/home#同比环比函数',
},
{
text: '窗口函数',
link: '/sqlfunction/index#窗口函数',
link: '/sqlfunction/home#窗口函数',
},
{
text: '位运算函数',
link: '/sqlfunction/index#位运算函数',
link: '/sqlfunction/home#位运算函数',
},
{
text: '空间几何函数',
link: '/sqlfunction/index#空间几何函数',
link: '/sqlfunction/home#空间几何函数',
},
{
text: 'IP地理位置函数',
link: '/sqlfunction/index#IP地理位置函数',
link: '/sqlfunction/home#IP地理位置函数',
},
{
text: '安全检测函数',
link: '/sqlfunction/index#安全检测函数',
link: '/sqlfunction/home#安全检测函数',
},
{
text: '电话号码函数',
link: '/sqlfunction/index#电话号码函数',
link: '/sqlfunction/home#电话号码函数',
},
{
text: '时序聚类函数',
link: '/sqlfunction/index#时序聚类函数',
link: '/sqlfunction/home#时序聚类函数',
},
{
text: '相关性分析函数',
link: '/sqlfunction/index#相关性分析函数',
link: '/sqlfunction/home#相关性分析函数',
},
{
text: '平滑函数',
link: '/sqlfunction/index#平滑函数',
link: '/sqlfunction/home#平滑函数',
},
],
},
Expand Down

0 comments on commit 693f5b6

Please sign in to comment.