content1{id, var1, var2, var3, created_at}
content2{id, var1, created_at}
content3{id, var1, var2, var3, va4, created_at}
I have joined 3 tables but I would like to sort and display by created_at. By joining tables, I get values from all 3 content, how do I churn data from only the content table that I need. What is the best suggestion to do this?
Many thanks.