i have a table, Categories, it has a column 'id' (PK) and the same table has the column parent which is a FK. Table
What i need (and can't) is to take the 'parent' id and show the value 'name' associated to this id, when i select 'name' it doesn't show me 'parent' name but 'id' name.
Please let me know if the information is enough.
Thanks for your time.