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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T16:55:21+00:00 2026-05-28T16:55:21+00:00

I am trying to do a php sql query where I get objects whose

  • 0

I am trying to do a php sql query where I get objects whose user_id aren’t in another database table. Here’s my query now:

SELECT * FROM table1 WHERE user_id='$show_id' ORDER BY id DESC LIMIT 0, 10

Inside it, I check if it’s in my other table. It will only echo if it does not exist in the table. The problem is, is that it won’t display it’s full 10 in the limit.

So my thoughts would be to create one sql query that counts to see if it exists in the other database table.

In my past I have only done simple sql queries (as shown above) and not many multi-table ones as well as putting a query inside a query. Please help!

  • 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-28T16:55:22+00:00Added an answer on May 28, 2026 at 4:55 pm

    You can use the NOT EXISTS operator:

    SELECT * 
    FROM table1 AS t
    WHERE user_id='$show_id' 
      AND NOT EXISTS
          ( SELECT *
            FROM OtherTable AS ot
            WHERE ot.user_id = t.user_id
          )
    ORDER BY id DESC
    LIMIT 0, 10
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create an SQL query in PHP to update a table. Is
I'm a sql noob trying to get this query to use 2 tables. tables
I am trying to use an sql query but i get multiple times the
I am trying to get a sql query to run on drop down menu
I'm a novice when it comes to SQL and PHP, and I'm trying to
I am trying to insert php variables into javascript. Here is the broken code:
I'm trying to get php to automatically pass the session ID via url, even
So I am trying to involve an if statement in my SQL query in
I get this error when trying to update the profile in ucp SQL ERROR
Using PHP and MySQL I'm trying to get all the distinct values out the

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.