hi i created a simple subquery but im getting an execution error.

Code:
select parentID,childID, nodedescription
  (select nodedescription from tblMyTable order by nodedescription)
from tblMyTable
order by parentID