$printLn Posted April 2, 2008 Share Posted April 2, 2008 How i do auto increment columns every time a new value is stored in the database? Quote Link to comment Share on other sites More sharing options...
fenway Posted April 2, 2008 Share Posted April 2, 2008 If you define the column as AUTO_INCREMENT, it will do it for you if you pass it a NULL value. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.