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

The Archive Base Latest Questions

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

I have a database as follows: Now I want to get the COUNT for

  • 0

I have a database as follows:

enter image description here

Now I want to get the COUNT for Time where categorized into less than or more than 5 s and GROUP BY Name. Then I need to show the data in gridview.

Can anyone show me the SQL command or any other ways to do so?

  • 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-13T02:53:45+00:00Added an answer on June 13, 2026 at 2:53 am

    I think what you’re asking for is…

    SELECT Name, case when time<5 then 'less' else '5 or over' end, COUNT(*)  
    FROM yourtable
    GROUP BY Name , case when time<5 then 'less' else '5 or over' end
    

    or as columns

    select name, 
        SUM(case when time<5 then 1 else 0 end) as unders, 
        SUM(case when time>=5 then 1 else 0 end) as overs
    from yourtable
    group by name
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have SQL database as follows alt text http://img97.imageshack.us/img97/5774/dbimage.jpg Now I want to filter
Hi all.. I want to get some information from my database and show into
I have a database which, simiplified, is as follows : ID | SecondID |
I have a table in a postgresql-9.1.x database which is defined as follows: #
i have database with two values id and val so i want to ask
I have database application, I want to allow the user to restore the deleted
I have Database with date field. I see the time like: 1900-01-01 13:38:00.000 How
My issue is as follows : I have stored a few pictures into the
I have a stored procedure ( previous question ) but now I want to
I have database with multiple tables in Microsoft SQL Server with schema in tables

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.