SelectFromObjectList Syntax - Teradata VantageCloud Lake

Lake - Monitor Resources and Performance

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
wyu1683671641248.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
wyu1683671641248

API Definition

REPLACE PROCEDURE tdstats.SelectFromObjectlistJSON
  (IN jIn JSON(3000) CHARACTER SET UNICODE,
   OUT jOut JSON(3000) CHARACTER SET UNICODE)
   DYNAMIC RESULT SETS 1

JSON Input Keys

JSON Key Data Type Description
ObjectListName VARCHAR(128) Name of the existing list whose object entries should be displayed.
ObjectListID BIGINT Optional numeric identifier for the list to be displayed.

Dynamic SQL Result Columns

Column Name Data Type Description
ObjectListName VARCHAR(128) Name of the list containing the object.
DatabaseName VARCHAR(128) Database with one or more objects contained in the list.
ObjectName VARCHAR(128) Individual table contained within the object list.

If NULL, all tables in the displayed DatabaseName are part of the list.