How to get all child pages and sub-child of a that page by the parent page in WordPress?

Parent
- Child
-- Sub Child
--- Sub Sub Child

I want to get all child pages and sub-child of a that page by the parent page in WordPress.
I want this in $wpdb->get_results so i can add classes and ids

Related posts