The following example removes the query band for the session.
SET QUERY_BAND = NONE FOR SESSION;
The following request is equivalent.
SET QUERY_BAND = '' FOR SESSION;
The following example removes the query band for the session.
SET QUERY_BAND = NONE FOR SESSION;
The following request is equivalent.
SET QUERY_BAND = '' FOR SESSION;