diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-12-26 03:57:30 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-12-26 03:57:30 +0900 |
| commit | c248cfe21dd0ffecf63dc31113347d59b06fec42 (patch) | |
| tree | 9550789a8560f01f488a8bc0f1032aecbea70552 | |
| parent | 0136a08d13ea9463e1a6255944ed5aa1663c7bce (diff) | |
modified MySQL.md
| -rw-r--r-- | SI/Resource/Data Science/SQL/MySQL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SI/Resource/Data Science/SQL/MySQL.md b/SI/Resource/Data Science/SQL/MySQL.md index 59a56a1..5f0ce16 100644 --- a/SI/Resource/Data Science/SQL/MySQL.md +++ b/SI/Resource/Data Science/SQL/MySQL.md @@ -29,8 +29,8 @@ TIMESTAMP -- YYYY-MM-DD HH:MM:SS - View tables ```sql -.tables -- sqlite TABLES -- mysql +.tables -- sqlite ``` - Describe tables |
