Input - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
lifecycle
previous
Product Category
Software

The IdentityMatch function requires a source input table and a reference input table. The following two tables describe the input table columns that appear in the function syntax. The tables can have additional columns, but the function ignores them.

IdentityMatch Source Input Table Schema
Column Name Data Type Description
a.id_column Any Contains row identifiers.
a.columnX VARCHAR Contains strings.
a.accumulate_column Any Column to be copied to the output table.
IdentityMatch Reference Input Table Schema
Column Name Data Type Description
b.id_column Any Contains row identifiers.
b.columnY VARCHAR Contains strings.
b.accumulate_column Any Column to be copied to the output table.