#```java

1 messages · Page 1 of 1 (latest)

grizzled sky
#

That will be not work

leaden elk
#

replace query with a mysql query

#

and instead of request do your thing on the database

#

like statement.setInt(position, 5)
statement.executeUpdate();

#

INSERT INTO myTable(Something) VALUES ('?');

#

this is a mysql statement

#

and ? is the position