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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T12:35:39+00:00 2026-06-07T12:35:39+00:00

My problem is, that MySQL orders characters before numbers. To give a quick example,

  • 0

My problem is, that MySQL orders characters before numbers. To give a quick example, we have this strings in a database:

3, a, 2, 1, b

And ORDER BY statement would return this:

a, b, 1, 2, 3

But I want it to be:

1, 2, 3, a, b

My database is utf8_unicode_ci, but that doesn’t help. It still produces the wrong result. (I can’t just check if they are numbers and then sort them to the top because an item could also be named “2something” and has to be before “asomething”). Any ideas?

Edit: I found the problem. In the database (which stores users), I was ordering by CONCAT(name, login), and the name was NULL. MySQL orders NULL always at the top, so the characters were top of the numbers (the name field of them was an empty string).

  • 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-07T12:35:41+00:00Added an answer on June 7, 2026 at 12:35 pm

    ORDER BY should work in the desired manner if the column type is character or varchar.

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

Sidebar

Related Questions

I have some problem with MySQL Workbench in that I sometimes can't set foreign
This is a query that is executed without problem with MySql 5.0.51: SELECT cc_split.idSplit,
I'm currently writing a Java app that interfaces with a MySQL database. My problem
I have been struggling with a problem that only happens when the database has
I have two MySQL database tables that are meant to hold data for eshop
I have a MySQL query that produces this output ordered like this: Instead I'd
I have a problem in mySQL that goes as follows: Count the instances of
I have the problem, that MSSQL Server 2000 should select some distinct values from
The problem I have is that it is giving me a warning in mysqli
The problem that I have is somehow very specific. I have to implement a

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.