Page 1 of 1

database object views

Posted: Tue Jan 11, 2005 12:42 pm
by DSkkk
can i grab data from a "view" which is in teradata (using an API).

Posted: Tue Jan 11, 2005 3:37 pm
by ray.wurlod
Your "using an API" means that this is not a DataStage question.

You can use DataStage stages to select from views. Simply import the view definition as you would a table definition, and use it the same way.

The only difference in operation is that you must wait - as would any other client - for the view to be materialized.