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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T06:59:28+00:00 2026-05-13T06:59:28+00:00

In a table I have news posts with these fields: Title Content OwnerID And

  • 0

In a table I have news posts with these fields:

  • Title
  • Content
  • OwnerID

And a users table

  • ID
  • Name
  • Surname

The OwnerID relates to the ID in the users table, how can I get the name of the user who’s ID matches the OwnerID?

I’m writing a website in ASP.net (VB).

  • 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-13T06:59:28+00:00Added an answer on May 13, 2026 at 6:59 am

    You would need to join the two tables together like this:

    select users.Name
    from news inner join users
        on OwnerID = ID;
    

    This query has no where clause to filter the results that are returned so this query would return all users who are associated with a news record. If you wanted to find users associated with a specific news record you would need to filter on the news title or content like this:

    select users.Name
    from news inner join users
        on OwnerID = ID
    where Title = 'Some Title';
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So, I have a database table with the following fields: title , date ,
I have a news table as following: CREATE TABLE `news` ( `title` varchar(255) NOT
i have two table: News: id title body and NewsCopy: id title body if
I have a database table containing the news on my site. It's divided into
I have a table. In this table have select element. How can I find
Can a fact table have no keys at all? or if it can, is
I have a news table and I would like to implement custom ordering. I
I need help with custom url in MVC3. I have a news table and
I have two table posts & categories post_id | post_title | post_content | post_cat
I have a news section. Articles are tagged and stored in 3 tables: posts:

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.