mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-01-26 05:08:03 -08:00
typo mistake
This commit is contained in:
committed by
GitHub
parent
c8dcfa1a68
commit
2ac47e71e6
@@ -15,7 +15,7 @@ It is a highly stable database management system, backend by more than 20 years
|
|||||||
```
|
```
|
||||||
SELECT c1, c2 FROM t;
|
SELECT c1, c2 FROM t;
|
||||||
```
|
```
|
||||||
Query data in columns c1, c2 form a table
|
Query data in columns c1, c2 from a table
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -142,7 +142,7 @@ FROM t1
|
|||||||
UNION [ALL]
|
UNION [ALL]
|
||||||
SELECT c1, c2 FROM t2;
|
SELECT c1, c2 FROM t2;
|
||||||
```
|
```
|
||||||
Combine rows from tow queries
|
Combine rows from two queries
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user