01.08.2018, 18:20
How do I insert something into the database and select the same query? I tried to do this but there is the following:
"SELECT max (` conce_id`) as maximum FROM `concecars` '" If you have an error in your SQL syntax, check the manual that corresponds to your MySQL server for the right syntax to use near'
the query is this:
"SELECT max (` conce_id`) as maximum FROM FROM 'INSERT INTO `concecars` (` conce_dono`, `conce_pos`,` conce_color`) VALUES (' Yoshi ', '555.302002, 555.302002, 555.302002', '1, 1'); `concecars`;"
in the database works, but within the game mode does not work. Can someone help me?
"SELECT max (` conce_id`) as maximum FROM `concecars` '" If you have an error in your SQL syntax, check the manual that corresponds to your MySQL server for the right syntax to use near'
the query is this:
"SELECT max (` conce_id`) as maximum FROM FROM 'INSERT INTO `concecars` (` conce_dono`, `conce_pos`,` conce_color`) VALUES (' Yoshi ', '555.302002, 555.302002, 555.302002', '1, 1'); `concecars`;"
in the database works, but within the game mode does not work. Can someone help me?