I have a group table in MySQL.
Apparently it is keyword in the MySQL
so I cannot insert anything with hibernate.
when I tried it it gives SQL syntax error then I added catalog=""
but at this time I had a problem with column name, limit. Then I changed the name and it is fixed. Is there any way to do it without changing the column name? Because no catalog="" available for column in the "*.hbm.xml"
java.sql.BatchUpdateException: Syntax error or access violation, message from server: "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 'limit, description, createdate' at line 1"
thanks
|