1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-08-01 16:28:03 +08:00

Merge pull request #1960 from MiniCestbon/main

修正错别字
This commit is contained in:
Guide 2023-03-23 22:23:45 +08:00 committed by GitHub
commit 2696950220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,8 +190,8 @@ FROM products;
**查询所有列** **查询所有列**
```css ```sql
ELECT * SELECT *
FROM products; FROM products;
``` ```