Re: [sqlalchemy] SELECT ... INTO Contribution

2018-11-06 Thread Mike Bayer
On Tue, Nov 6, 2018 at 10:33 PM Paul Becotte wrote: > > Hi! > > I recently needed to use the select ... into ... construct to build a temp > table in Redshift. I used the recipe > https://bitbucket.org/zzzeek/sqlalchemy/wiki/UsageRecipes/SelectInto here to > get a good idea of how to go about

[sqlalchemy] SELECT ... INTO Contribution

2018-11-06 Thread Paul Becotte
Hi! I recently needed to use the select ... into ... construct to build a temp table in Redshift. I used the recipe https://bitbucket.org/zzzeek/sqlalchemy/wiki/UsageRecipes/SelectInto here to get a good idea of how to go about this, and was wondering if I should contribute the final working