Include Columns
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
DELETE FROM table1
INCLUDE (
cDELETE FROM
table1
INCLUDE (
column1 INT,
column2 Varchar(10)
)DELETE FROM
PUBLIC.table1
-- ** MSC-ERROR - MSCEWI5006 - INTERMEDIATE RESULT TABLE IS NOT SUPPORTED. **
--INCLUDE (
--column1 INT,
--column2 Varchar(10)
--)