I want to execute a query without using Query Database node. I think Query Rule

I want to execute a query without using Query Database node. I think Query Rule is the best way execute a query for faster performance. But how to use Query Rule for multiple entities? Which is best way to execute below query?

"select T1.* from TABLE_ONE T1 , TABLE_TWO T2
where T1.CUST_ACCT_ID = T2.PRNT_ACCT_ID
and T2.ORDR_ID = pv!order_id; "

Thanks.

OriginalPostID-155351

OriginalPostID-155351

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data