chetanpatil
8 years agoQrew Cadet
Get data from multiple tables
I am creating the report to extract the data from multiple tables. Now i just need the data from a table which i am not able to figure out.
I have 4 tables Order, Shipping, transactions and numbers
relation is
order < shipping < transactions > numbers (1 order has many shipping , 1 shipping has many transactions, 1 number has many transactions)
i want to get the related data from numbers in order table
how can i do it?
I have 4 tables Order, Shipping, transactions and numbers
relation is
order < shipping < transactions > numbers (1 order has many shipping , 1 shipping has many transactions, 1 number has many transactions)
i want to get the related data from numbers in order table
how can i do it?