mysql optimization - the situation behind mysql update, delete and insert operations on multiple pieces of data
为情所困
为情所困 2017-05-27 17:39:00
0
1
773

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?

为情所困
为情所困

reply all(1)
洪涛

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!