Skip to content

Commit 5b23102

Browse files
committed
add rpr and wf to dataquery
1 parent 8b38bda commit 5b23102

File tree

30 files changed

+5492
-2417
lines changed

30 files changed

+5492
-2417
lines changed
264 KB
Loading
542 KB
Loading

src/.vuepress/sidebar/V2.0.x/en-Table.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const enSidebar = {
7777
{ text: 'Database Management', link: 'Database-Management' },
7878
{ text: 'Table Management', link: 'Table-Management' },
7979
{ text: 'Write&Updata Data', link: 'Write-Updata-Data' },
80-
{ text: 'Query Data', link: 'Query-Data' },
80+
{ text: 'Query Data', link: 'Query-Data_apache' },
8181
{
8282
text: 'Delete Data',
8383
collapsible: true,
@@ -202,7 +202,7 @@ export const enSidebar = {
202202
text: 'Data Query',
203203
collapsible: true,
204204
children: [
205-
{ text: 'overview', link: 'overview' },
205+
{ text: 'overview', link: 'overview_apache' },
206206
{ text: 'SELECT Clause', link: 'Select-Clause' },
207207
{ text: 'FROM&JOIN Clause', link: 'From-Join-Clause' },
208208
{ text: 'WHERE Clause', link: 'Where-Clause' },

src/.vuepress/sidebar/V2.0.x/zh-Table.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const zhSidebar = {
7070
{ text: '数据库管理', link: 'Database-Management' },
7171
{ text: '表管理', link: 'Table-Management' },
7272
{ text: '写入&更新', link: 'Write-Updata-Data' },
73-
{ text: '数据查询', link: 'Query-Data' },
73+
{ text: '数据查询', link: 'Query-Data_apache' },
7474
{
7575
text: '数据删除',
7676
collapsible: true,
@@ -192,7 +192,7 @@ export const zhSidebar = {
192192
text: '数据查询',
193193
collapsible: true,
194194
children: [
195-
{ text: '概览', link: 'overview' },
195+
{ text: '概览', link: 'overview_apache' },
196196
{ text: 'SELECT子句', link: 'Select-Clause' },
197197
{ text: 'FROM&JOIN子句', link: 'From-Join-Clause' },
198198
{ text: 'WHERE子句', link: 'Where-Clause' },

src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const enSidebar = {
8181
{ text: 'Database Management', link: 'Database-Management' },
8282
{ text: 'Table Management', link: 'Table-Management' },
8383
{ text: 'Write&Updata Data', link: 'Write-Updata-Data' },
84-
{ text: 'Query Data', link: 'Query-Data' },
84+
{ text: 'Query Data', link: 'Query-Data_timecho' },
8585
{
8686
text: 'Delete Data',
8787
collapsible: true,
@@ -207,7 +207,7 @@ export const enSidebar = {
207207
text: 'Data Query',
208208
collapsible: true,
209209
children: [
210-
{ text: 'overview', link: 'overview' },
210+
{ text: 'overview', link: 'overview_timecho' },
211211
{ text: 'SELECT Clause', link: 'Select-Clause' },
212212
{ text: 'FROM&JOIN Clause', link: 'From-Join-Clause' },
213213
{ text: 'WHERE Clause', link: 'Where-Clause' },

src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const zhSidebar = {
7272
{ text: '数据库管理', link: 'Database-Management' },
7373
{ text: '表管理', link: 'Table-Management' },
7474
{ text: '写入&更新', link: 'Write-Updata-Data' },
75-
{ text: '数据查询', link: 'Query-Data' },
75+
{ text: '数据查询', link: 'Query-Data_timecho' },
7676
{
7777
text: '数据删除',
7878
collapsible: true,
@@ -196,7 +196,7 @@ export const zhSidebar = {
196196
text: '数据查询',
197197
collapsible: true,
198198
children: [
199-
{ text: '概览', link: 'overview' },
199+
{ text: '概览', link: 'overview_timecho' },
200200
{ text: 'SELECT子句', link: 'Select-Clause' },
201201
{ text: 'FROM&JOIN子句', link: 'From-Join-Clause' },
202202
{ text: 'WHERE子句', link: 'Where-Clause' },

0 commit comments

Comments
 (0)