String command = "UPDATE Item" + " SET Quantity = Quantity + 1" + " WHERE Invoice_Number = '11731'"; int count = stat.executeUpdate(command);