Hi,
I have the two tables below...
Table_1
-------
id
user_id
Table_2
-------
id
table_1_id
Table_1 can have many of Table_2 and I need to retrieve one Table_1 record which has the most Table_2 records.
This is for a recommendation engine.
Thanks in advance guys
I have the two tables below...
Table_1
-------
id
user_id
Table_2
-------
id
table_1_id
Table_1 can have many of Table_2 and I need to retrieve one Table_1 record which has the most Table_2 records.
This is for a recommendation engine.
Thanks in advance guys