Create Reviewer in MySQL 4.0.23
Brought to you by:
jacomac
in corga.workshop.db.CorgaDBstandardSQL.java, line 481:
String getIdForLastInsertQuery = "SELECT LAST_INSERT_ID"
unless I change this to:
String getIdForLastInsertQuery = "SELECT LAST_INSERT_ID()"
I get:
Unknown column 'last_insert_id' in 'field list'
when I try to create a reviewer.
Logged In: YES
user_id=1671425
Originator: NO
Yeah problem occures when i try to submit a paper but still i didnt found the exact solution