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

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

The Archive Base Latest Questions

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

I have a table called users, which has columns username, password, and userlevel. Userlevel

  • 0

I have a table called users, which has columns username, password, and userlevel. Userlevel is a foreign key that points to another table called userlevels, which has two columns: level and permission.

How do I show the permission side-by side with the user table?

I’ve tried doing:

select username, u.userlevel, l.permission from users u, userlevels l 
where l.permission in 
(select permission from userlevels x where x.userlevel = l.level)  

But this appears to be giving me a bunch of duplicates. Any help would be appreciated. Thanks.

  • 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-26T07:21:30+00:00Added an answer on May 26, 2026 at 7:21 am

    You want to use what’s called an inner join.

    CREATE VIEW MyView as select * from users inner join userlevels where users.userlevel = userslevel.permissions;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table in DB called TABLE_3 which has several columns....and I wanna
I have a very typical situation. We have a table called Users which has
I have a table called BlogPost which has a 1-to-many relationship with the Comment
I have a table called Orderrow. Orderrow has a a compound primary key (CPK)
I have a table called Classes which stores information on College classes. It has
I have a users table in which there's a column called 'nickname', utf-8 encoded,
I have a table called trends_points , this table has the following columns: id
I have a table in database called user which has following entries. Userid FirstName
I have 1 table in my mysql database called clubusers which lists users emails
I have a table called users which currently contains column money of type integer

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.