[Sqlalchemy-tickets] Issue #4148: feature request: [MSSQL] SELECT * INTO #temptable FROM table (zzz
Brought to you by:
zzzeek
From: Eugene R. <iss...@bi...> - 2017-12-15 19:19:49
|
New issue 4148: feature request: [MSSQL] SELECT * INTO #temptable FROM table https://bitbucket.org/zzzeek/sqlalchemy/issues/4148/feature-request-mssql-select-into Eugene Rymarev: Hello, everyone! Please add to SQLAlchemy support requests like this ``` #!sql SELECT * INTO #temptable FROM table ``` |