i want to make query that can auto increment in queue_number not just number 1 but every time i insert values into queue_number I want increment by + 1, and services column not change but just in queue_number
right down here just my basic code can you help me with this :)
INSERT INTO mytable (services, queue_number) values ('1', '1');
AUTO_INCREMENTto theservicescolumn definition?