I\'m using a MySQL database and accessing it through Java.
PreparedStatement prep1 = this.connection.prepareStatement( \"UPDATE user_table
If it is necessary to know how many rows will be affected without executing it, you will have to run a SELECT statement first.