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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T13:02:35+00:00 2026-05-11T13:02:35+00:00

OK I’m using MS SQL and I have a table with values like this:

  • 0

OK I’m using MS SQL and I have a table with values like this:

ID     Date     Radio     Time 111    4/1/09    1        3:00:00 111    4/1/09    2        4:00:00 111    4/1/09    3       14:00:00 111    4/1/09    1       15:00:00 111    4/1/09    3       16:00:00 222    4/1/09    2        2:00:00 222    4/1/09    1        5:00:00 222    4/1/09    1       19:00:00 333    4/1/09    1        3:00:00 333    4/1/09    2        5:00:00 333    4/1/09    2        13:00:00 333    4/1/09    3        17:00:00 

Ok so I need a Query where:

window 1 < 12:00 13 < window 2 < 15:00 window 3 > 16:00 

To return sums:

           Window1     Window2    Window3   Radio 1:     3           0          2 Radio 2:     3           1          0 Radio 3:     0           1          2          

I have tried using count() but I cannot get these to join correctly on the right ‘radio’ Any suggestions?

  • 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. 2026-05-11T13:02:35+00:00Added an answer on May 11, 2026 at 1:02 pm
    SELECT [Radio],     SUM(CASE WHEN [Time] < 12 THEN 1 ELSE 0 END) AS Window1,     SUM(CASE WHEN [Time] >= 12 AND [TIME] < 15 THEN 1 ELSE 0 END) AS Window2,     SUM(CASE WHEN [Time] >= 16 THEN 1 ELSE 0 END) AS Window3 FROM [Table] GROUP BY [Radio] 

    Adjust <= / < and >= / > as appropriate; you weren’t very specific on that point.

    Also, your first condition was window 1 > 12. I’m assuming you mean window 1 < 12.

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

Sidebar

Ask A Question

Stats

  • Questions 135k
  • Answers 135k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I'm using this in one of my sites. I think… May 12, 2026 at 6:56 am
  • Editorial Team
    Editorial Team added an answer First, those aren't the same, the second should be: myInstance.integerProperty… May 12, 2026 at 6:56 am
  • Editorial Team
    Editorial Team added an answer I came a cross the same problem, in IE with… May 12, 2026 at 6:56 am

Related Questions

Ok,I'm running a setup with a single master and a number of slaves. All
Ok I have two modules, each containing a class, the problem is their classes
Ok I give up, I've been trying to write a regexp in ant to
Ok I followed the steps for setting up ruby and rails on my Vista
OK I'm redoing this since I messed it up. :) here's the xaml. <Window

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.