I\'m trying to use SQLAlchemy to create a table from a SELECT clause as in the following query:
CREATE TABLE new_table AS SELECT foo, bar, baz FROM other