in reply to inplace edit and END block
It looks like a reasonable, albeit quick-and-dirty, way to update a table to me.perl -F';' -ani -e 'print "delete from atable where afield = $F[0]\n"; + print "quit\n" if eof' delete.sql
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: inplace edit and END block
by codeacrobat (Chaplain) on Apr 18, 2006 at 19:40 UTC |