Skip to content
Merged
Show file tree
Hide file tree
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
Binary file added src/.vuepress/public/img/data-query-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/.vuepress/public/img/window-function-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/.vuepress/sidebar/V2.0.x/en-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const enSidebar = {
{ text: 'Database Management', link: 'Database-Management' },
{ text: 'Table Management', link: 'Table-Management' },
{ text: 'Write&Updata Data', link: 'Write-Updata-Data' },
{ text: 'Query Data', link: 'Query-Data' },
{ text: 'Query Data', link: 'Query-Data_apache' },
{
text: 'Delete Data',
collapsible: true,
Expand Down Expand Up @@ -202,7 +202,7 @@ export const enSidebar = {
text: 'Data Query',
collapsible: true,
children: [
{ text: 'overview', link: 'overview' },
{ text: 'overview', link: 'overview_apache' },
{ text: 'SELECT Clause', link: 'Select-Clause' },
{ text: 'FROM&JOIN Clause', link: 'From-Join-Clause' },
{ text: 'WHERE Clause', link: 'Where-Clause' },
Expand Down
4 changes: 2 additions & 2 deletions src/.vuepress/sidebar/V2.0.x/zh-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const zhSidebar = {
{ text: '数据库管理', link: 'Database-Management' },
{ text: '表管理', link: 'Table-Management' },
{ text: '写入&更新', link: 'Write-Updata-Data' },
{ text: '数据查询', link: 'Query-Data' },
{ text: '数据查询', link: 'Query-Data_apache' },
{
text: '数据删除',
collapsible: true,
Expand Down Expand Up @@ -192,7 +192,7 @@ export const zhSidebar = {
text: '数据查询',
collapsible: true,
children: [
{ text: '概览', link: 'overview' },
{ text: '概览', link: 'overview_apache' },
{ text: 'SELECT子句', link: 'Select-Clause' },
{ text: 'FROM&JOIN子句', link: 'From-Join-Clause' },
{ text: 'WHERE子句', link: 'Where-Clause' },
Expand Down
4 changes: 2 additions & 2 deletions src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const enSidebar = {
{ text: 'Database Management', link: 'Database-Management' },
{ text: 'Table Management', link: 'Table-Management' },
{ text: 'Write&Updata Data', link: 'Write-Updata-Data' },
{ text: 'Query Data', link: 'Query-Data' },
{ text: 'Query Data', link: 'Query-Data_timecho' },
{
text: 'Delete Data',
collapsible: true,
Expand Down Expand Up @@ -207,7 +207,7 @@ export const enSidebar = {
text: 'Data Query',
collapsible: true,
children: [
{ text: 'overview', link: 'overview' },
{ text: 'overview', link: 'overview_timecho' },
{ text: 'SELECT Clause', link: 'Select-Clause' },
{ text: 'FROM&JOIN Clause', link: 'From-Join-Clause' },
{ text: 'WHERE Clause', link: 'Where-Clause' },
Expand Down
4 changes: 2 additions & 2 deletions src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const zhSidebar = {
{ text: '数据库管理', link: 'Database-Management' },
{ text: '表管理', link: 'Table-Management' },
{ text: '写入&更新', link: 'Write-Updata-Data' },
{ text: '数据查询', link: 'Query-Data' },
{ text: '数据查询', link: 'Query-Data_timecho' },
{
text: '数据删除',
collapsible: true,
Expand Down Expand Up @@ -196,7 +196,7 @@ export const zhSidebar = {
text: '数据查询',
collapsible: true,
children: [
{ text: '概览', link: 'overview' },
{ text: '概览', link: 'overview_timecho' },
{ text: 'SELECT子句', link: 'Select-Clause' },
{ text: 'FROM&JOIN子句', link: 'From-Join-Clause' },
{ text: 'WHERE子句', link: 'Where-Clause' },
Expand Down
Loading