The following example sets the session as a load session for the tables associated with Grp1:
SET QUERY_BAND= 'LDILoadGroup = Grp1;' FOR SESSION;
This example removes the LDILoadGroup query band from the session:
SET QUERY_BAND= 'LDILoadGroup=NONE;' FOR SESSION;