
sqlpointers.com
SQL Garbage CollectorCollecting SQL pointers . . . Feb 27, 2013. SQL to ECL - Metamorphosis. As the old saying goes, it can be figured out whether you are a data guy or not just by the way you solve the problem:. An imperative programmer goes: for each order in the orders table, find the corresponding order details. . . And the SQL programmer goes: take the orders table and join with the order details on the order ID key. . . Now, ECL is not SQL but has the SQL programming style. Something that produces an output. By signing...
http://www.sqlpointers.com/