Posted 23 June 2021, 4:34 am EST - Updated 30 September 2022, 4:38 pm EST
Dear Support Team
I have 2 DataSet: mAccounts & PL5_1 with fields same images below:
- mAccounts is DataSet result a query SQL
- And Can I using mAccounts a table to inner join in query of DataSet PL5_1,
Example: PL5_1 query: select mAccounts .account_cd
from table_x
inner join DataSet.mAccounts
on… ?
Please help me.
Thank you.