tommystanton.com - Tommy Stanton - Blog » Generating SQL with Perl 5

Description: Tommy Stanton: Computer programmer and banjo picker

thomas (1466) bluegrass (786) banjo (545) tommy (119) dobro (105) stanton (81) thomas stanton (2) tommy stanton (2) thomas m stanton (1) thomas m. stanton (1)

Example domain paragraphs

SQL can be tedious to write. This is probably why things like ORMs (Object-Relational Mappers) were invented, but that's besides the point. ;-)

Specifically, I am going to show examples of generating INSERT and DELETE statements. :-)

INSERT and DELETE statements can become tedious when one wants to add or remove more than 1 row (eg. using VALUES ).