Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
This module contains supporting definitions for building temporary tables based off of the schema of other tables. This is used in mutations to capture the data of rows that are affected.
Synopsis
- toSelectIntoTempTable :: TempTableName -> TableName -> [ColumnInfo 'MSSQL] -> SITTConstraints -> SelectIntoTempTable
Documentation
toSelectIntoTempTable :: TempTableName -> TableName -> [ColumnInfo 'MSSQL] -> SITTConstraints -> SelectIntoTempTable Source #
Create a temporary table with the same schema as the given table.