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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:58:51+00:00 2026-05-27T23:58:51+00:00

I wonder how to do this with a variable: SELECT Count(distinct UserIP) FROM VisitorIP

  • 0

I wonder how to do this with a variable:

SELECT  Count(distinct UserIP) 
FROM VisitorIP 
G0

SELECT Country, Count(distinct UserIP) Visitors, Count(distinct UserIP) * 100 / 2865 Pct 
FROM VisitorIP group by country order by Visitors desc

Now I want to replace 2865 by the count(distinct UserIP) above.

There is a say: In IT, better one who knows than 10 who search!

Any clue welcome…
Happy New Year to all geeks out there.

  • 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-27T23:58:52+00:00Added an answer on May 27, 2026 at 11:58 pm

    Using a variable:

    DECLARE @userip_count int
    
    SELECT @userip_count = Count(distinct UserIP) 
    FROM VisitorIP 
    
    SELECT Country, Count(distinct UserIP) Visitors, Count(distinct UserIP) * 100 / @userip_count Pct 
    FROM VisitorIP group by country order by Visitors desc
    GO
    

    Moving GO is essential here, in order for the variable to remain in scope for use in the second query.

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

Sidebar

Related Questions

I wonder how to store xml data from one variable in another. This works
i wonder what this query means: $blogPost = Doctrine_Query::create()->from('BlogPost p')->where('p.slug = ?', 'doctrine-released')->execute(); could
I wonder how C++ behaves in this case: char variable = 127; variable++; In
I wonder if this would be doable ? To insert an array into one
I wonder if this is possible with ant and java : I have a
I wonder if this affects performance or memory consumption a lot. I need an
I really wonder why this question hasn't popped up here so far. I have
Hi (sorry for my ugly english) I wonder if this is possible to retrieve
When I make a query, I often wonder about this: Is it better to
This is more a 'wonder why' than a specific issue but look at 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.