Skip to content

Commit 379e8dd

Browse files
authored
add rpr and wf to dataquery (#913)
1 parent acc1301 commit 379e8dd

File tree

29 files changed

+5492
-2417
lines changed

29 files changed

+5492
-2417
lines changed
264 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,
@@ -203,7 +203,7 @@ export const enSidebar = {
203203
text: 'Data Query',
204204
collapsible: true,
205205
children: [
206-
{ text: 'overview', link: 'overview' },
206+
{ text: 'overview', link: 'overview_apache' },
207207
{ text: 'SELECT Clause', link: 'Select-Clause' },
208208
{ text: 'FROM&JOIN Clause', link: 'From-Join-Clause' },
209209
{ 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,
@@ -193,7 +193,7 @@ export const zhSidebar = {
193193
text: '数据查询',
194194
collapsible: true,
195195
children: [
196-
{ text: '概览', link: 'overview' },
196+
{ text: '概览', link: 'overview_apache' },
197197
{ text: 'SELECT子句', link: 'Select-Clause' },
198198
{ text: 'FROM&JOIN子句', link: 'From-Join-Clause' },
199199
{ 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,
@@ -208,7 +208,7 @@ export const enSidebar = {
208208
text: 'Data Query',
209209
collapsible: true,
210210
children: [
211-
{ text: 'overview', link: 'overview' },
211+
{ text: 'overview', link: 'overview_timecho' },
212212
{ text: 'SELECT Clause', link: 'Select-Clause' },
213213
{ text: 'FROM&JOIN Clause', link: 'From-Join-Clause' },
214214
{ 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,
@@ -197,7 +197,7 @@ export const zhSidebar = {
197197
text: '数据查询',
198198
collapsible: true,
199199
children: [
200-
{ text: '概览', link: 'overview' },
200+
{ text: '概览', link: 'overview_timecho' },
201201
{ text: 'SELECT子句', link: 'Select-Clause' },
202202
{ text: 'FROM&JOIN子句', link: 'From-Join-Clause' },
203203
{ text: 'WHERE子句', link: 'Where-Clause' },

0 commit comments

Comments
 (0)