SeregaIvanovis
13.11.2023, 10:39
Ошибка:
Eror:
pymysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'max(id)': 14}'' at line 1")
Python:
cur
.
execute
(
"SELECT max(id) FROM tovar"
)
Eror:
pymysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'max(id)': 14}'' at line 1")
Python:
cur
.
execute
(
"SELECT max(id) FROM tovar"
)