mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-20 22:17:09 +08:00
修正错别字
This commit is contained in:
parent
3729b6f417
commit
a3b1c39c87
@ -190,8 +190,8 @@ FROM products;
|
|||||||
|
|
||||||
**查询所有列**
|
**查询所有列**
|
||||||
|
|
||||||
```css
|
```sql
|
||||||
ELECT *
|
SELECT *
|
||||||
FROM products;
|
FROM products;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user