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 6360803
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T23:41:43+00:00 2026-05-24T23:41:43+00:00

I have a simple chat table with: id, sender_id, sender_name, recipient_id, recipient_name, content Trying

  • 0

I have a simple chat table with:

id, sender_id, sender_name, recipient_id, recipient_name, content

Trying to group all chats that have happened between Person A (me) and (someone else) OR (someone else) and Person A

How would someone do this ?

EDIT

Goal is to get list with all Chats where Person A is in and only list the other people.

i.e. If Person A has chats with Person B, Person C and Person D I want to show a list with Person B, Person C and Person D. Then in the next view I will show the chats with Person A and someone else.

  • 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-24T23:41:43+00:00Added an answer on May 24, 2026 at 11:41 pm
    select * from chat where
    recipient_id in (persona, personb )
    and sender_id in ( persona, personb )
    

    EDIT:

    Technically, you are not really ‘grouping’ in the SQL sense, you may be Ordering the results.

    something like this:

    select id, content, sender_id as other_person
    from chat 
    where recipient_id = persona
    union
    select id, content, recipient_id
    from chat 
    where sender_id = persona
    order by other_person
    

    also, please do consider normalizing now rather that later. your idea of ‘not querying twice’ is not correct. it will be better to not repeat the names.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

all. I have built a simple jQuery/PHP chat program that works rather well. However,
I have this kind of table for simple chat: messages table structure +----+---------+-----------+---------+------+------+ |
I have created a simple chat server that is driven by client polling. Clients
I'm trying to make a simple chat server in Java. Now I have a
I have a simple chat client set up that allows users to login with
I'm trying to create my first server, a simple chat server. I have a
Hi guys i am trying to create a simple chat server. I have installed
I'm trying to create a simple chat layout. I have a ListView with transcriptMode=alwaysScroll
i have a simple chat application in flex 3 and i want to make
I'm looking for a push in the right direction. I have a simple chat

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.