1.Update, delete and insert operate multiple pieces of data, adding, modifying and deleting one by one. Is this correct?
2. Is there any way to prove it?
PHP中文网2017-05-27 17:41:00
Read the documentation yourself, this kind of question is too unhelpful.
Whether a statement is executed correctly, the SQL engine will report it.
In addition, insert can insert many rows of data at one time. Please refer to the values syntax for the specific method.