I have a Table called "Level" which has a column, "idParent" that makes a self reference.
What I want to do is to retrieve a tuple with the entire hierarchy.. Something like this:

Recursive and hierarchical queries are not standard. Some databases support them, some don't, and the support varies.
See the link above for a backgrounder.