Malcolm: SQL for the command line: "show"
Posted Mar 27, 2009 20:09 UTC (Fri) by
marcH (subscriber, #57642)
In reply to:
Malcolm: SQL for the command line: "show" by jordanb
Parent article:
Malcolm: SQL for the command line: "show"
Hey, how consistent is this?
- delete from TABLE where ROWfilter
- select COLnames from TABLE where ROWfilter
- insert into TABLE values COLvalues
Every time I go back to SQL I have to google again for examples...
Higher level concerns:
"Why SQL Sucks":
http://perlmonks.org/?node_id=515776
(
Log in to post comments)