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

  • SEARCH
  • Home
  • 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 8491657
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T22:29:27+00:00 2026-06-10T22:29:27+00:00

I have two tables like these: USER id name MESSAGE id sender_id receiver_id As

  • 0

I have two tables like these:

USER
id
name

MESSAGE
id
sender_id
receiver_id

As you suppose, there are two one-to-many relations between those tables.

In my backend, I have filter to search for the messages associated to a user. After pressing “Filter”, I should show the list of messages associated to him/she, showing a column that specifies if the person was the sender or the receiver (or even both) of the message in a column called “Sender/Receiver”.

My doubt: I have also to give the possibility to order the list in base of the “Sender/Receiver” column. You know, pressing on “Sender/Receiver” column header will show first the messages where the user is “Sender”, then where is “Both” and finally where is “Receiver”. And pressing again will show the messages where the user is “Receiver”, then where is “Both” and then where is “Sender”.

What kind of SQL can do that ordering?

NOTE: the schema I proposed is not mandatory. If it is necessary propose another one.

  • 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-06-10T22:29:29+00:00Added an answer on June 10, 2026 at 10:29 pm
    ORDER
       BY CASE WHEN sender_id = [user-ID of interest]
                AND receiver_id = [user-ID of interest]
               THEN 2      -- is both sender & receiver
               WHEN sender_id = [user-ID of interest]
               THEN 1      -- is only sender
               ELSE 3      -- is only receiver
           END,
           [other conditions to sort by]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two tables, like these: Table People: VARCHAR Name INTEGER Age Table Message
If i have two tables like user table-u userid | name 1 | lenova
I have tables like these two test_table date student test 2012-05-31 Alice Math 2012-05-31
I have a simple mySQL problem-- I have two tables, one is a user's
I have two tables, users and groups . A user can belong to many
I have two MySQL tables like this: User Id (PK, auto-increment integer) Subscriber Id
I have these two database tables: locations id name users id location_id last_name first_name
I have these two tables: tAccounts id, name, server_id tFriends id_lo, id_hi Now, I'm
I have two arrays of values like X,Y,Z and 1,2 There is a table
I have two tables like so; id_image foo bar 1 3 5 2 8

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.