Example 1: IMDC Does Not Exist - Aster Execution Engine

Teradata Aster® Developer Guide

Product
Aster Execution Engine
Release Number
7.00.02
Published
July 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
xnl1494366523182.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
ffu1489104705746
lifecycle
previous
Product Category
Software

SQL-MapReduce Call

The function call in this query creates an IMDC named data6 and populates it with data from Input Table t1.

SELECT * FROM imdc_adapter (
  ON t1
  imdc ('data6')
) ORDER BY a, b;

IMDC data6

a b
0 0
0 1
1 0
1 1
2 0
2 1
3 0
3 1
4 0
4 1
5 0
5 1

(12 rows)