Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The UDF Libraries link for Functions and Operators in the SQL Manual … #460

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
The UDF Libraries link for Functions and Operators in the SQL Manual …
…is 404
  • Loading branch information
W1y1r committed Dec 12, 2024
commit 2faca5c1f291bfa9a3591a342e8558eb6d73dc92
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar/V1.3.3/en.ts
Original file line number Diff line number Diff line change
@@ -178,7 +178,7 @@ export const enSidebar = {
text: 'Functions and Operators',
collapsible: true,
children: [
{ text: 'UDF Libraries', link: 'UDF-Libraries_timecho' },
{ text: 'UDF Libraries', link: 'UDF-Libraries_apache' },
{ text: 'Operator and Expression', link: 'Operator-and-Expression' },
{ text: 'Function and Expression', link: 'Function-and-Expression' },
],
Loading