Limitations - Teradata Vantage

Machine Learning Engine User Guide

Product
Teradata Vantage
Release Number
9.02
9.2.4
9.2.3
2.3.2
1.3
Published
May 2022
Language
English (United States)
Last Update
2022-05-04
dita:mapPath
kaz1597341649653.ditamap
dita:ditavalPath
ehs1594682156756.ditaval
dita:id
B700-4004
lifecycle
previous
Product Category
Teradata Vantageā„¢

The following are ML Engine function execution limitations:

  • The length of a query output alias must not exceed 25 characters. For example, this alias causes an error:
    SELECT * FROM KMeans (
      ON (SELECT * FROM kmeansample) as InputTable
      USING
      OutputTable ('kmeanssample_centroid')
      NumberK ('3')
      Threshold ('0.01')
      MaxIterNum ('10')
    ) AS Long_Function_Name_Alias_Example;
  • In the output_table clause (see output_table in ML Engine Analytic Function Execution SQL Syntax), table_name must not have an embedded double quote or an embedded period.