Home > Q&A > body text
Can I use this function? Is the mysqli_multi_query() function implemented?
潇寒2018-11-26 15:13:17
Use native sql to splice the value you want to insert into a string, and then put the string you spliced together with sql
This is very fast
PHP中文网2018-05-02 10:33:36
Yes, there are many ways. You can also insert in a loop
I have solved this problem, thank you for your reply!
Does loop insertion require multiple mysql accesses? Will the efficiency be too low?