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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T13:47:19+00:00 2026-05-24T13:47:19+00:00

I need to pick up records from database and print them out in alphabetical

  • 0

I need to pick up records from database and print them out in alphabetical fashion so it would show

‘#’ Records

  • %@$ Records
  • %$%^£@ Records

‘A’ Records

  • A record
  • A record

Hope that makes sense, I could do this via PHP but this would be rather complicated and would require a lot of code, is there a way to do this via DB and few lines of PHP?

This needs to pick up first letter of the entry, if its in alphabet, it would put it under correct letter, if its not, it would put it under ‘#’

  • 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-05-24T13:47:20+00:00Added an answer on May 24, 2026 at 1:47 pm
    SELECT * FROM YourTable ORDER BY YourField DESC
    

    This will take items in a given field and order them in a “descending” manner (i.e. alphabetical).

    For grouping, look into creating PHP arrays. A sample would be something like this:

    $arr = array();
    foreach($query_results as $key => $val) {
      $letter = substr($val, 1); // First letter
      $arr[$letter][] = $val;
    }
    

    and from there you can use the PHP array. If something goes wrong with the sort, PHP does have sort array functions (one-line functions) which can fix such issues.

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

Sidebar

Related Questions

I need to pick a random element from a list, that fulfills certain condition.
I need to pick and show the 3 middle images from an array of
There are a few hundred of book records in the database and each record
i have 4000 records, and i need to pick randomize 500 records. i need
SQL Table How to pick duplicate records, do i need to use cursor ???
I have about 10-20K records and only need certain cities. I would like to
I need to write a shell script that pick all the files (not directories)
I need to pick a standard container (JPanel?) in Swing that I can use
I need to pick some numbers out of some text files. I can pick
I need to pick up list items from an list, and then perform operations

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.