CREATE TABLE output_table AS ( SELECT * FROM TD_FunctionFit ( ON { table | view | (query) } AS InputTable ON { table | view | (query) } AS TransformationTable DIMENSION ) AS alias ) WITH DATA;
CREATE TABLE output_table AS ( SELECT * FROM TD_FunctionFit ( ON { table | view | (query) } AS InputTable ON { table | view | (query) } AS TransformationTable DIMENSION ) AS alias ) WITH DATA;