When connecting to Teradata via JDBC, we can supply any of the account ids available for the user we are connecting with. e.g. if my user has Account=$SINCITY$,$H,$Mon&H$ Then this connection string: jdbc:teradata://ccbez/account=$SINCITY$
connects with the Account String = $SINCITY$ which will also appear as this in the DBQL's AcctString column and if TDWM is disabled, then this user's session will be mapped to a Performance Group (in PSA), named SINCITY.
The question is, can we make this user session to map to multiple account ids? (and therefore to multiple PGs), e.g. jdbc:teradata://ccbez/account='$SINCITY$','$Mon&H$'
(when I provided this second example, the account string being selected is $SINCITY$)