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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T17:11:21+00:00 2026-06-05T17:11:21+00:00

I have two tables that link together through an id one is submit_moderate and

  • 0

I have two tables that link together through an id one is “submit_moderate” and one is “submit_post”

The “submit_moderate” table looks like this

id     moderated_by     post
1      James            60
2      Alice            32
3      Tim              18
4      Michael          60

Im using a simple query to get data from the “submit_post” table according to the “submit_moderate” table.

$get_posts = mysql_query("SELECT * FROM submit_moderate WHERE moderated_by!='$user'");

$user is the person who is signed in.

Now my problem is when I run this query, with the user ‘Michael’ it will retrieve this

1   James   60
2   Alice   32
3   Tim     18

Now technically this is correct however I don’t want to retrieve the first row because 60 is associated with Michael as well as James. Basically I don’t want to retrieve that value ’60’.

I know why this is happening however I can’t figure out how to do this. I appreciate any hints or advice I can get.

  • 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-05T17:11:25+00:00Added an answer on June 5, 2026 at 5:11 pm
    SELECT DISTINCT post
      FROM submit_moderate
     WHERE post NOT IN (SELECT post
                          FROM submit_moderate
                         WHERE moderated_by = 'Michael')
    

    PS: not sure, but in some cases it probably would worth changing select-part of the nested query to SELECT DISTINCT post

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

Sidebar

Related Questions

Let's say I have two tables that look like this: TH TH TH TH
I have two tables that look like this: Products: id category name description active
I have two tables like this: om_manga: id | link | manganame | viewed
I have two tables that should be joined together by a foreign key relationship,
I have two tables that are related via a mapping table: keywords titles I
Suppose I have two tables that are linked (one has a foreign key to
Quick question that requires a long explanation.. Say I have two tables - one
I have an Entity called Product, this entity, through table mapping, merges 6 tables
I have two tables in my database: page and link. In each one I
I currently have two tables similar to users and programs that are linked through

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.