Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

RE: Need to create an innerjoin with the same table

$
0
0

Hi HiteshAX,

If you talking about select statement then you can do something like:

CustTable custTableA, custTableB;

select custTableA

   join custTableB

   where custTableA.AccountNum == custTableB.AccountNum;


If you want to use them as 2 datasources on a form you can either add relation on a table level or manually add it to the form query on init method of the form.


Viewing all articles
Browse latest Browse all 175888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>