sql - How to get the next auto-increment id in mysql -
how next id in mysql insert in table
insert payments (date, item, method, payment_code) values (now(), '1 month', 'paypal', concat("sahf4d2fdd45", id))
how next id in mysql insert in table
insert payments (date, item, method, payment_code) values (now(), '1 month', 'paypal', concat("sahf4d2fdd45", id))
Comments
Post a Comment