I have two tables 'Account_Position' and 'Account' linked with a column 'Account_id'.
for one entry of 'Account_id' in table 'Account' we have multiple entries in 'Account_Position' table.
I want to show all the records of 'Account' table based on how many times they have occurred in 'Account_Position' table.
How can I show that.
Thanks in advance.
Try this,
OR