Description: This program will take a sql or text document and convert that data from a INSERT INTO() SELECT() script to an UPDATE script. The INSERT INTO can ...
This is a custom gem that extends ActiveRecord to enable the expression of SQL INSERT INTO ... SELECT ... queries in a more convenient way. It allows you to copy data ...