Example: Profile Query Band Pairs Are Not Default - Teradata VantageCloud Lake

Lake - Working with SQL

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

Because this CREATE PROFILE statement does not include the DEFAULT clause, the profile query band is set to NOT DEFAULT.

CREATE PROFILE salesprofile AS,
  SPOOL = 2e6*(HASHAMP()+1),
  QUERY_BAND = ‘GROUP=sales;AREA=retail;’;

If a user with the profile salesprofile issues the following statement, the GROUP=production pair is removed from the query band because the profile query band pairs cannot be overwritten.

SET QUERY_BAND = 'GROUP=production;' FOR SESSION;