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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T14:58:51+00:00 2026-05-15T14:58:51+00:00

How can the lookup order of ‘where exists’ be changed example SELECT name, dialcode

  • 0

How can the lookup order of ‘where exists’ be changed

example

SELECT name, dialcode
FROM np_prefixes
WHERE EXISTS ( SELECT d.name 
            FROM np_prefixes d
            GROUP BY d.name )
GROUP BY name

)

I require to get the first record it comes across in the reverse order it is currently getting
as a example the result returned is 21379 (high to low) but I require 21377(low to high)

  • 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. Editorial Team
    Editorial Team
    2026-05-15T14:58:51+00:00Added an answer on May 15, 2026 at 2:58 pm

    try this:

    Select name, Min(dialcode)
    From np_prefixes 
    Where Exists( Select d.name  
                  From np_prefixes d 
                  Group By d.name ) 
    Group By name 
    

    and actually, you don’t need the Where Exists
    (as you’ve written it, it doesn’t do anything anyway):

    Select name, Min(dialcode)
    From np_prefixes 
    Where name is not null 
    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 a list of order numbers. From my service order view, I can
Once I've mapped my domain in NHibernate, how can I reverse lookup those mappings
can any of you tell me what is the behind-the-scene of lookup method for
Hoping someone can shed some light on this: Do lookup tables need their own
I can look up the remote interface of an EJB3 from a Glassfish 2.1
Can I order my users in the database, so I don't have to say
Can I do WHERE operations on a calculated date field? I have a lookup
Why does Mysql optimizer choose the secondary index when doing a 'select * from
I've created a custom lookup form in Axapta 3.0 in which a user can
I've set up a custom namespace lookup dictionary in order to map elements in

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.