mellenburg
Programmer
I'm trying to insert a row into a table where I have an id field that is an auto_increment and primary key.
When trying to do an insert, what do I put for the id field in the values statement?
If I put nothing, the record does not get inserted.
When trying to do an insert, what do I put for the id field in the values statement?
If I put nothing, the record does not get inserted.