Hi Experts,
Is anybody know how to handle multiple tabels? for example, I have create data with multiple tabels. Each tabel contain different data. How to relate the dimension of one table to the other table?
Please go through the SQL query.
SELECT T1.CardCode, T1.Street, T1.Country FROM OCRD T0 INNER JOIN CRD1 T1 ON T0.CardCode = T1.CardCode WHERE T1.TaxCode like %CST
Regards
Amit Tyagi