mirror of
https://github.com/fastapi/sqlmodel.git
synced 2026-01-08 18:39:44 -06:00
✏ Fix typos in docs/tutorial/automatic-id-none-refresh.md, docs/tutorial/fastapi/update.md, docs/tutorial/select.md (#185)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
@@ -88,7 +88,7 @@ You can try that out in **DB Browser for SQLite**:
|
||||
|
||||
### A SQL Shortcut
|
||||
|
||||
If we want to get all the columns like in this case above, in SQL there's a shortcut, instead of specifying each of the column names wew could write a `*`:
|
||||
If we want to get all the columns like in this case above, in SQL there's a shortcut, instead of specifying each of the column names we could write a `*`:
|
||||
|
||||
```SQL
|
||||
SELECT *
|
||||
|
||||
Reference in New Issue
Block a user