sql jdbc getgeneratedkeys with mysql returns column "id" not found
- by iamrohitbanga
I want to retrieve the most recently updated value in the table using an insert query.
these are the datatypes in my sql table.
int(11) // primary key auto increment, not being assigned by sqlQuery
varchar(30)
timestamp // has a default value. but i am explicit assigning it using CURRENT_TIMESTAMP
varchar(300)
varchar(300)
varchar(300)
…