master
Artem Dolgiy 2025-01-22 12:31:30 +03:00
parent 372fcb3bd1
commit d04d94c71f
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ CREATE DATABASE IF NOT EXISTS sape_test_db;
При её удалении полачал ошибку При её удалении полачал ошибку
```shell ```shell
mysql> drop database 'sape_test_db.db'; mysql> drop database 'sape_test_db';
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''sape_test_db.db'' at line 1 ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''sape_test_db.db'' at line 1
``` ```