I have a ticketing system that sets the ID of the ticket as the
LAST_INSERT_ID.  By default, it was counting up from 0.  I updated the
ID of the last ticket to reflect a different numbering scheme
(YYYYMMxxxx).  I would like to automate this but I don't want to change
the ID of a current ticket.  I was hoping that there was a way to update
the LAST_INSERT_ID.  Is this possible?  If so, what is the query that
should be run?

Thank You,
Jason Williard
Janix

Reply via email to