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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:36:21+00:00 2026-05-26T06:36:21+00:00

checkouts | item_id | user_id | items | item_id | I want a query

  • 0

checkouts

| item_id | user_id |

items

| item_id |

I want a query that will return ALL THE ITEMS with a column that if it exists in checkouts for a particular user_id, it returns a 1. Otherwise it will return a 0.

select * 
from checkouts
right join items on items.item_id = checkouts.item_id
where checkouts.user_id = 10

The problem is that it only returns items that it joins on, not ALL the items.

Any ideas?

  • 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-26T06:36:22+00:00Added an answer on May 26, 2026 at 6:36 am

    What about…

    SELECT i.item_id, c.user_id, IF(c.user_id IS NULL, 0, 1) AS extra_column
    FROM items i
    LEFT JOIN checkouts c ON (c.item_id = i.item_id AND c.user_id = 10)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way to enable exclusive checkouts on clear case? I want that
I want to be able to manage checkins/checkouts from Dreamweaver. Is this possible? Dreamweaver
I have some items for sale that have 2 and 3 levels of customization.
I don't know how to specify this Question, What I want is that ,
I have two checkouts of one trunk of a project via SVN. One is
I've got a couple large checkouts where the .svn folder has become damaged so
I have many different branches/checkouts of the same project code on my development machine.
I want to checkout, and then update as necessary, the Django Subversion trunk on
Is it possible to checkout only those files from a SVN repository that were
I have a list of products that I'd like to add a pay now

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.