Files
Greg Jarzab 7f5e9e733c Support for Create Table As
Added support for the SQL ``CREATE TABLE ... AS SELECT`` construct via the
new :class:`_sql.CreateTableAs` DDL construct and the
:meth:`_sql.SelectBase.into` method. The new construct allows creating a
table directly from the results of a SELECT statement, with support for
options such as ``TEMPORARY`` and ``IF NOT EXISTS`` where supported by the
target database.  Pull request courtesy Greg Jarzab.

Fixes: #4950
Closes: #12860
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/12860
Pull-request-sha: 7de8a109b8

Change-Id: Id9c8e4a3c520ffc61de1e48e331b6220e3d52fc9
2025-10-25 14:24:46 -04:00
..
2025-03-05 16:03:16 -05:00
2025-10-12 01:43:48 -04:00
2025-06-10 22:18:38 +02:00
2025-10-25 14:24:46 -04:00
2025-01-09 17:36:03 -05:00
2025-01-13 08:14:14 -05:00
2017-12-22 12:35:30 -05:00
2022-10-20 12:28:29 -04:00
2025-04-22 15:54:50 +00:00
2022-10-13 10:13:01 -04:00
2022-10-13 10:13:01 -04:00
2022-06-21 16:32:10 +00:00
2025-08-06 14:37:55 -04:00
2025-10-12 01:43:48 -04:00
2022-10-13 10:13:01 -04:00
2024-12-09 14:29:26 -05:00
2022-08-09 09:50:57 -04:00