in reply to SQL::Abstract-ing subqueries

"Unfortunately there is not a great deal of information on constructing SQL queries that fall outside the bounds of the usual"

Perhaps they all finally figured out what a bad idea trying to abstract SQL is. There is nothing wrong with SQL.

Replies are listed 'Best First'.
Re^2: SQL::Abstract-ing subqueries
by Anonymous Monk on Feb 03, 2017 at 20:48 UTC
    Agreed, but given that I am working with a database ORM that uses SQL::Abstract to represent SQL queries and asked a specific question about it, your points are not relevant.
      You use SQL and carry on so your project remains relevant.