Skip to content

Commit

Permalink
sql: update the USE command explanation in util document (#1269)
Browse files Browse the repository at this point in the history
* docs-cn #1112 Update the USE command explanation in util document

* Update sql/util.md

LGTM

Co-Authored-By: ericsyh <[email protected]>

* Update v1.0/sql/util.md

LGTM

Co-Authored-By: ericsyh <[email protected]>

* Update v2.0/sql/util.md

LGTM

Co-Authored-By: ericsyh <[email protected]>

* Update v2.1/sql/util.md

LGTM

Co-Authored-By: ericsyh <[email protected]>
  • Loading branch information
ericsyh authored and lilin90 committed Apr 25, 2019
1 parent 73eeb0d commit 0eb5405
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions sql/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ dot xx.dot -T png -O
USE db_name
```


切换默认 Database,当 SQL 语句中的表没有显式指定的 Database 时,即使用默认 Database。
切换需要使用的 Database 的时候,如果 SQL 语句中的表没有显式指定的 Database,即默认使用当前选定的 Database。

## `TRACE` 语句

Expand Down
2 changes: 1 addition & 1 deletion v1.0/sql/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ dot xx.dot -T png -O
USE db_name
```

切换默认 Database,当 SQL 语句中的表没有显式指定的 Database 时,即使用默认 Database。
切换需要使用的 Database 的时候,如果 SQL 语句中的表没有显式指定的 Database,即默认使用当前选定的 Database。
2 changes: 1 addition & 1 deletion v2.0/sql/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ dot xx.dot -T png -O
USE db_name
```

切换默认 Database,当 SQL 语句中的表没有显式指定的 Database 时,即使用默认 Database。
切换需要使用的 Database 的时候,如果 SQL 语句中的表没有显式指定的 Database,即默认使用当前选定的 Database。
2 changes: 1 addition & 1 deletion v2.1/sql/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ dot xx.dot -T png -O
USE db_name
```

切换默认 Database,当 SQL 语句中的表没有显式指定的 Database 时,即使用默认 Database。
切换需要使用的 Database 的时候,如果 SQL 语句中的表没有显式指定的 Database,即默认使用当前选定的 Database。

0 comments on commit 0eb5405

Please sign in to comment.