I have created my table and modified my column so it INCREMENT BY 1
I don't understand how to actually use that auto increment in to an INSERT query,
If I try to skip it, thinking the table would automatically pick it up, it throws an error. If I try to use a value such as 0, the second time I run the query, it throws an error for repeating primary keys.
How to actually use it in an insert, so it increments on its own every time I run a query?