Mysql and mybatis insert into select from using foreach
I have a list of elements [a, b, c, d]. I also have a table called ticket that looks like this: order_pnr_id bigint unsigned default '0' not null, order_id bigint unsigned default '0' not null, reference_ticket_id bigint unsigned default '0'…