Hi, postgres has a select into which allows defining a new table from the results of a query. Is there any way i can do this in jooq?
http://www.postgresql.org/docs/9.3/static/sql-selectinto.html i have a use case where i create a complex query containing a number of joins and a number of conditions to get a result set. On this result set i need to compute different aggregate values which are then used for plotting a graph. I thought it would be more efficent to push the results of the first query into a temp table and then do the later computation on the temporary table. Thanks, Gokul -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
