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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:14:53+00:00 2026-06-13T01:14:53+00:00

I have a table with users. Each user has a country row filled in

  • 0

I have a table with users. Each user has a country row filled in (no user without a country).

How can i get the number of countries that has a user?

select distinct Country_CountryId 
from users

This returns a list with all different countries (their id from the country table). But how can I sum them into an int without getting all entries back to my MVC controller and then count them there.

I tried

select distinct count(Country_CountryId) 
from users

But that does not return a correct answer.

Example: table has 4 users.

  • User 1: UK
  • User 2: UK
  • User 3: US
  • User 4: Spain

This should result in a count of 3 distinct countries

  • 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-13T01:14:54+00:00Added an answer on June 13, 2026 at 1:14 am

    Try this:

    select
        count( distinct Country_Country_Id ) 
    from users
    

    The COUNT(DISTINCT column_name) function returns the number of distinct values of the specified column

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

Sidebar

Related Questions

I have a table named users and each row (user) has an image. The
I have a table of users and each user has another user that they
I have a table of users. Each user has an enabled flag that is
I already have a table in phpmyadmin that contains users records. Each user has
I have a table users with primary index userId . Currently, each user has
I have a USERS table. Each user has connections in a CONNECTIONS table. Each
I have a users table, and each user has a unique user_id . Each
I have a mysql table with my users... each user has various attributes like
I have a table for users. Each user has certain skills they teach. So
Scenario: We have 5 users. (users table) Each user has up to 10 imgs.

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.