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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T10:00:31+00:00 2026-06-12T10:00:31+00:00

My DB table column values are tenant_ id group_id 2 2-100 2 2-111 1

  • 0

My DB table column values are

tenant_ id  group_id
2           2-100
2           2-111
1           1-222
1           1-888
2           2-999 
2           2-1000

Query :

select max(group_id) from prospect_group where tenant_id=2

I have used the above query to get the max value for tenant_id=2 but it returns the value as 999 instead of 1000. How to get 1000 as the max value.??? Can anyone help me..???

  • 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-12T10:00:32+00:00Added an answer on June 12, 2026 at 10:00 am

    You need to have GROUP BY clause

    SELECT tenant_ID, MAX(CAST(group_ID AS SIGNED))
    FROM tableName
    -- WHERE  tenant_id=2 -- uncomment this if you select only for specific tenant_ID
    GROUP BY tenant_ID
    

    try it by replacing to an empty char.

    SELECT tenant_ID, 
           MAX(CAST(REPLACE(group_ID, CONCAT(tenant_ID, '-'), '')  AS SIGNED)) maxGID
    FROM tableName
    -- WHERE  tenant_id=2 -- uncomment this if you select only for specific tenant_ID
    GROUP BY tenant_ID
    

    SQLFiddle Demo

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

Sidebar

Related Questions

I have a multi-table SELECT query which compares column values with itself like below:
I have a table with a column whose values come from an Enumeration. I
I want to sum all elements (e.g. price) from table column where some values
I need all values from a table column put into an assoc array. I
I have two tables and want to insert some column values from ane table
Is it possible to edit computed-column values? I have a computed-col in my table,
There is one table , and I want the unique values of table column
I have a table with a column where the values should not be the
i have a large mysql database table in which one column contains values ranging
I'm trying to get the total of calc.transport Table 3_product_folder contains duplicate values (column

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.