Database Version: Teradata 13.10.0609 13.10.06.09A
Provider Version: ODBC 14.00.00.04
CREATE TABLE MY_TABLE AS (
SELECT COL1
, COL2
, COL3
FROM DB_TABLE
)WITH DATA
PRIMARY INDEX (COL1);
COLLECT STATISTICS MY_TABLE INDEX(COL1);
The table gets created, but collect statistics fails.
I have run the same process for months, but now I cannot collect statistics
Forums: