Syntax Rules - Analytics Database - Teradata Vantage

Database Utilities

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2024-05-02
dita:mapPath
ymn1628096214445.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
vkz1472241255652
lifecycle
latest
Product Category
Teradata Vantage™

The Ferret SCOPE syntax is unusual. The following rules apply.

IF you specify a … THEN …
single_syntax_element commas and spaces are not required. Parentheses are optional.
list_of_syntax_elements each syntax element must be separated by either a comma or space. Parentheses are required.

The following are valid examples of the SCOPE command:

scope vproc 1
scope vproc (1)
scope vproc (1,3)
scope vproc (1, 3)

The following are invalid examples of the SCOPE command:

scope vproc 1,3
scope vproc 1 3