I have a parent table called tblUser which has UserID coulmn
and this table has more than 50 child tables (each one have userID, createdDate as their column)
I want to get the the latest created record for each table and the table the last record was created
How can I achieve this
Thanks
and this table has more than 50 child tables (each one have userID, createdDate as their column)
I want to get the the latest created record for each table and the table the last record was created
How can I achieve this
Thanks