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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T15:38:16+00:00 2026-05-11T15:38:16+00:00

There is a field in a 3rd party database that I need to group

  • 0

There is a field in a 3rd party database that I need to group on for a report I’m writing. The field can contain a few different types of data. First it could contain a 3 digit number. I need to break these out into groups such as 101 to 200 and 201 to 300. In addition to this the field could also be prefaced with a particular letter such a M or K then a few numbers. It is defined as VARCHAR(8) and any help in how I could handle both cases where it may start with a particular letter or fall within a numeric range would be appreciated. If I could write it as a case statement and return a department based either on the numeric value or the first letter that would be the best so I can group in my report.

Thanks, Steven

  • 1 1 Answer
  • 1 View
  • 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-11T15:38:16+00:00Added an answer on May 11, 2026 at 3:38 pm

    If I could write it as a case statement and return a department based either on the numeric value or the first letter that would be the best so I can group in my report.

    case when substring( field, 1, 1 ) = 'M' then ... when substring( field, 1, 1 ) = 'K' then ... else floor( (cast( field as int) - 1 ) / 100) end       select ....    group by      case when substring( field, 1, 1 ) = 'M' then ...     when substring( field, 1, 1 ) = 'K' then ...     else floor( (cast( field as int) - 1 ) / 100) end  

    Matt Hamilton asks,

    Any reason why you’ve opted to use substring(field, 1, 1) rather than simply left(field, 1)? I notice that @jms did it too, in the other answer.

    I know substring is specified in ANSI-92; I don’t know that left is. And anyway, left isn’t a primitive, as it can be written in terms of substring, so using substring seems a little cleaner.

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

Sidebar

Ask A Question

Stats

  • Questions 131k
  • Answers 131k
  • 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 This will strip all parameters $('a[href*=?]').each(function () { var href… May 12, 2026 at 6:15 am
  • Editorial Team
    Editorial Team added an answer The iPhone supports implicit animation, though it does not use… May 12, 2026 at 6:15 am
  • Editorial Team
    Editorial Team added an answer Amazon has a data feed service you can use which… May 12, 2026 at 6:15 am

Related Questions

I know that searching in itself is a huge field, which also seems to
We have a SQL query that pulls a large number of fields from many
Let's say I'm developing a new desktop application for Windows. Is there a list
Is there a way to test logging into a site with open id using

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.