I have a select like:
SELECT * FROM xxx WHERE id = 5 ORDER BY id DESC
But I need to order my select with the "Name" column that is into another Table... How can I do ?
I have a select like:
SELECT * FROM xxx WHERE id = 5 ORDER BY id DESC
But I need to order my select with the "Name" column that is into another Table... How can I do ?