Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6083617
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:25:26+00:00 2026-05-23T11:25:26+00:00

I have a table named ‘posts’. It is in a structure like this: post_id,

  • 0

I have a table named ‘posts’. It is in a structure like this:

post_id, post_content, post_parent

The post parent is an int is used to signify if a post is a parent. If it is equal to 0, it is a parent. If it isn’t equal to 0, the post_parent is relative to the post_id that is the parent post.

I want a way that I can select the posts in MySQL so that is weighs the posts and orders them according to their parents.

The results should be like this:

  • Post Parent
  • Post Parent
    • Child Posts with a post_parent relative to the above Parent Post’s post_id
    • Child Posts with a post_parent relative to the above Parent Post’s post_id
  • Post Parent

Thank you in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T11:25:27+00:00Added an answer on May 23, 2026 at 11:25 am

    I have no idea what the table looks like so i am making this up as I go along.

    SELECT * from tableName ORDER BY parentID ASC, ChildID ASC
    

    This should get you all parents with their children:

    SELECT parent.ID, children.ID 
    FROM tableName parent
    LEFT JOIN 
          tableName children ON parent.post_id = children.post_parent
    ORDER BY parent.post_id
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table named categories like this: id int(11) NO PRI NULL auto_increment
I have a table named Info of this schema: int objectId; int time; int
I have a table named visiting that looks like this: id | visitor_id |
I have table named highscore like this: nameQL scoreQL piotr 50 And flash game
I have a table named sessions setup like this: ################################# # set # timestamp
Say I have a table named items : id int(11) ... tag int(11) And
I have this table named sample with these values in MS Sql Server: ID
I have two table named: Blog for displaying blogs post and comments for displaying
I have a table named user. This table has a foreign key to a
Suppose I have a table named [ProductPriceHistory] like the following: HistoryID..ProductCode..EffectDate.... Price.... IsActive...ProductName 1----------11-----------1

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.