Info hint:
Hi, you use a reserved word in the database.
Table "albums" column "desc".
https://mariadb.com/kb/en/library/reserved-words/
It's a little bit problematic, when you don't know the solution.
Use it in database queries as
`desc`
.
Info hint:
Hi, you use a reserved word in the database.
Table "albums" column "desc".
https://mariadb.com/kb/en/library/reserved-words/
It's a little bit problematic, when you don't know the solution.
Use it in database queries as
`desc`
.