master
Artem Dolgiy 2025-01-22 12:32:01 +03:00
parent d04d94c71f
commit 6097bd38ad
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
при использовании в названии зарезервированных слов, следует заключать имя БД в косые ковычки `
```shell
mysql> drop database `sape_test_db.db`;
mysql> drop database `sape_test_db`;
Query OK, 0 rows affected (0,17 sec)
```