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 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

Related Questions

In a database, there is a field that saves a closure date. This date
I'm have access to a 3rd party application's database, and I see a field
I'm using find_by_sql with Activerecord which I generate another field there that doesn't in
There is a field in my company's Contacts table. In that table, there is
I have a (REST) application that handles CRUD operations initiated by a 3rd party,
Are there any 3rd part WinForms controls out there that give me ajax type
I need to post a form to a 3rd party URL in C#. The
I need to read some XML from a 3rd party source. None of their
We're currently using a 3rd party API that provides datetime in the following format:
Is there a field or anyway to retreave the smtp server of a user

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.