I have a users table with a primary key "id" that is set to auto-increment for new insertions. So a new user gets automatically assigned the number of users + 1 for their id.
How does my query from my jsp change in this situation? Do I just leave off the "id" field in the Insert query?