Forum Discussion

Bhargav150's avatar
Bhargav150
Frequent Visitor
2 years ago
Solved

How to join multiple datasets in the Advanced editor using M code

I need to rewrite the below SQL code in M code, 

 

Select * from CTE1 A

Left join CTE2 B On A.JN  = B.LN or A.OLN = B.LN

 

1 Reply