Hi all
I have following table structure
pk_cat_id(int) cat_name(varchar) cat_desc(text) fk_cat_id(int)
table is self related as one to many
i want to select cat_name, cat_desc and parent_cat_name()
i.e.
from fk_cat_id, how i can get cat_name