Auto increment (MYSQL) or (PHP)
Posted: Fri Jan 02, 2009 1:29 am
Hi,
What is the best way to do auto incrementing for tables in the database. The default way in the mysql database allows you to increment, but when you delete, it leaves a gap and continues with the next following number.
Q1 – Can mysql trigger herlp
Q2 - It can be done from the client side, but how do I go about it..
What is the best way to do auto incrementing for tables in the database. The default way in the mysql database allows you to increment, but when you delete, it leaves a gap and continues with the next following number.
Q1 – Can mysql trigger herlp
Q2 - It can be done from the client side, but how do I go about it..