TD_ANOVA ( ON { table | view | (query) } AS InputTable USING { [ GroupColumns({'group_col1' | 'group_col2'[,...] | group_col_range[,...]}) | GroupNameColumn('group_name_column') GroupValueColumn('group_value_column') { GroupNames('group_name1'|'group_name2'[,...]) | NumGroups(number_of_groups) } } [ Alpha(alpha) ] )
You can call this function from:
- The FROM clause of a SELECT statement
- As part of a CREATE TABLE statement
- As part of a CREATE VIEW statement