How to Auto Increment ID Numbers with Letters and Numbers, example \"KP-0001\" it will increment to \"KP-0002\"
Thank you!
here is a useful article
But basically I encourage you to create your own algorithm on this. You can add that algorithm in BEFORE INSERT
trigger. Or you can do that on the front-end.
Example of pseudocode for the algorthm