I have two tables.
Structure of first table:
id
secondtableid
value
Structure of second table:
id
title
How can I select fields ‘id’ from first table know value of ‘value’ column and order result by value of ‘title’ column of second table, if secondtable id is id of second table?
🙂