The following example sets a query band with two name:value pairs for the current transaction.
SET QUERY_BAND = 'Document=XY1234;Universe=East;' FOR TRANSACTION;
The pairs in the query band string are Document=XY1234 and Universe=East.
The following example sets a query band with two name:value pairs for the current transaction.
SET QUERY_BAND = 'Document=XY1234;Universe=East;' FOR TRANSACTION;
The pairs in the query band string are Document=XY1234 and Universe=East.