Shell script that iterates through a sql "delete" statement
Posted
by ming yeow
on Stack Overflow
See other posts from Stack Overflow
or by ming yeow
Published on 2010-05-14T18:59:08Z
Indexed on
2010/05/14
19:04 UTC
Read the original article
Hit count: 147
I need a shell script that deletes 1000 rows from a massive database until it is done.
It is very simple, but i am very weak in shell scripting, and the many tutorials online offer extremely similar, but different nuances in syntax
© Stack Overflow or respective owner