Hello, I would like to count value combinations in database records together with the software “SQLAlchemy 1.3.2”. The computation result should be stored into a dynamically generated table <https://en.wikipedia.org/wiki/Data_definition_language#CREATE_TABLE_statement> .
I have found a few answers for this data processing task. - How to create a new table from select statement in sqlalchemy? <https://stackoverflow.com/questions/30575111/how-to-create-a-new-table-from-select-statement-in-sqlalchemy#answer-30577608> - creating a temporary table from a query using sqlalchemy orm <https://stackoverflow.com/questions/9593610/creating-a-temporary-table-from-a-query-using-sqlalchemy-orm> I am curious also how such table creation can be achieved by the programming interface “Object Relational Mapper” <https://docs.sqlalchemy.org/en/latest/#sqlalchemy-orm> currently. Regards, Markus -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example code, please provide an MCVE: Minimal, Complete, and Verifiable Example. See http://stackoverflow.com/help/mcve for a full description. --- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
