Can I delete more than one row at a time? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can I delete more than one row at a time?

5th Apr 2016, 5:57 AM
Shrujan Chowdary
Shrujan Chowdary - avatar
3 Answers
0
yes but if you want to do this, please wrap the query in a begin transaction rollback/commit transaction and run just the begin transaction and query and check results and if happy run the commit, sql is auto commiting
16th Apr 2016, 8:56 AM
Jonathan Baynes
0
Yes, you can. The delete statement will operate on all matching rows
21st Apr 2016, 7:38 PM
AramVS
0
yes
2nd Sep 2016, 4:46 PM
Luis Arce
Luis Arce - avatar