Natural sorting is ordering things the way a human would. So for example, "a2" comes before "a10" even though a simple minded character-by-character comparison would put "a10" before "a2". Natural sorting is especially useful for IP addresses and version numbers.

learn more… | top users | synonyms

1
vote
0answers
34 views

Sort the data in alphanumeric order using postgresql

I am using php 5.3 for my code. and i want to sort my data in following format. Building 01 - 101 Building 01 - 150 Building 02 - 100 Building 02 - 105 Building 03 - 099 public static function ...
0
votes
1answer
32 views

Sort string as number in sql server

I have a column that contains data like this. dashes indicate multi copies of the same invoice and these have to be sorted in ascending order 790711 790109-1 790109-11 790109-2 i have to sort it in ...
0
votes
2answers
40 views

What is “natural ordering”? [closed]

I have a class: class Message { String id; Date sentDate; String clientName; String type; } In my application, messages are sorted by sentDate for all use cases I have now and envision in ...
1
vote
3answers
53 views

How to sort for humans (natural sort) an associative array in php?

How to sort for humans (natural sort) an associative array in php? Following code: <?php $notSorted = array( array( 'Title' => 'rose', 'Price' => 1.25, 'Number' => '10' ), array( ...
0
votes
2answers
27 views

MySQL Natural Sort (like OSX Finder)

I've searched for this for a long time, but the solutions I've found aren't working as I need. Let me explain: I have a table containing a couple of thousands of products, each one with an ...
1
vote
0answers
98 views

How to sort text/string in solr using a natural sort order?

I would like to sort a list of values somewhat along the lines of: 4 5xa 8kdjfew454 9 10 999cc b c9 c10cc c11 In other words, what is sometimes referred to as "natural ...
1
vote
3answers
106 views
0
votes
1answer
147 views

Sorting varchar column by number, character [duplicate]

I have a varchar column [flat_number] which has some values as A1A1A A1A2A A1A101A A3A5A 12 A2 A3 I wish to get the results sorted by number and then by characters first like 12 A2 A3 A1A1A A1A2A ...
1
vote
0answers
59 views

How to Implement 'NaturalSort' in jqGrid

I started my search to implement 'NaturalSort' in jqGrid, I have Javascript code for NaturalSort as below: this.naturalSort = function (a, b) { var re = ...
0
votes
3answers
95 views

Natural sort with SQL Server

I want to convert the order of the values with column name PTNT_VST_CSNO from the following : VMIP1 VMIP10 VMIP11 VMIP2 VMIP20 VMIP21 VMIP3 VMIP31 VMIP32 VMIP5 VMIP6 VMIP7 VMIP8 VMIP9 VMOP10 VMOP11 ...
0
votes
1answer
79 views

iOS: natural sort order

I have an app for iOS that uses Core Data to save and retrieve data. How would I fetch data sorted by a field of NSString type in natural sort order? Right now the result is: 100_title 10_title ...
0
votes
2answers
460 views

javascript natural sort

Hy , I have this array : var columnArray = ['columnNumber1','columnNumber6','coulmnNumber7','columnNumber11','columnNumber12']; If i do columnArray.sort(); it gives me : columnArray: ...
0
votes
2answers
83 views

PHP's natural sort memory issue on huge amount of data

I'm using php's natural sorting algorithm natsort but I have a consideration about memory usage. This is how it goes. Script pulls data from mysql and put results into an array and than apply natsort ...
2
votes
2answers
92 views

Natural sort order (human sort order) in R list.files()

Is there a simple way to sort files in natural order (otherwise known as human order), i.e. file9.csv comes before file10.csv? list.files() seems to have no options for the sort order. There are ...
1
vote
2answers
112 views

SQL for comparison of strings comprised of number and text

I need to compare 2 strings that contains number and possibly text. for example I have this table: id | label 1 | label 2 | 1 | 12/H | 1 | 2 | 4/A | 41/D | 3 | 13/A | ...
0
votes
1answer
130 views

string natural sorting in Java/Android

I am doing ascending string sorting. And currently, "Route101" would sort ahead of "Route11" because 10 is ahead of 11. However, since 11 is smaller than 101, I want "Route11" to be ahead of ...
0
votes
0answers
90 views

Sorting technique in Start Menu in Windows 7

I'm trying to implement the exact same start menu like windows 7 for searching application. I'm able to find exact same result set. But I'm unable to figure out the sorting algorithm used to sort the ...
11
votes
6answers
604 views

Humanized or natural number sorting of mixed word-and-number strings

Following up on this question by Sivaram Chintalapudi, I'm interested in whether it's practical in PostgreSQL to do natural - or "humanized" - sorting " of strings that contain a mixture of ...
1
vote
3answers
166 views

How to efficiently serialize 64-bit floats so that the byte arrays preserve natural numeric order?

The project I'm working on requires me to store javascript numbers(which are doubles) as BLOB primary keys in a database table(can't use the database native float data type). So basically I need to ...
1
vote
2answers
388 views

How to do sorting on irregular Alphanumeric data in postgres sql

I have the following sample data for a particular column symbol for sample table. (Update:) The data is not in a regular pattern. Number may occur at any place in between characters. symbol COL4A1 ...
3
votes
2answers
224 views

Looking for a combination of alphabetical and natural order (aka. user sane sorting)

I thought this would be easy to find premade, but it seems any solution I can find on the web solves only part of the problem. I want to sort a list of Filenames (and the files have mostly been named ...
1
vote
1answer
136 views

mysql natural sort the given data

I have data in the following format : AC-1234/12 AC-4321/12 ANA-4532/12 231 IHC-543/12 F-125/12 F-345/12 ds-234/12 I want to do a natural sort on this in mysql. the result should be as such : ...
0
votes
1answer
191 views

JPA Postgres float mapping/ordering

We develop an JEE application that uses an postgres database as persistence medium. Some of our entity attributes are mapped as float. Sorting this columns leads to the following result: SCORE ...
1
vote
3answers
711 views

Alphanumeric sorting with PostgreSQL

In the database, I have various alpha-numeric strings in the following format: 10_asdaasda 100_inkskabsjd 11_kancaascjas 45_aksndsialcn 22_dsdaskjca 100_skdnascbka I want them to essentially be ...
0
votes
1answer
80 views

How to sort text naturally with values equaled to 0?

I'd like to sort this test table from sql: CREATE TABLE test ( _id integer primary key autoincrement, val text ); insert into test (_id, val) values ("49","-10"); insert into test (_id, val) ...
2
votes
1answer
235 views

Python natural sorting

I have some files that need to be sorted by name, unfortunately I can't use a regular sort, because I also want to sort the numbers in the string, so I did some research and found that what I am ...
1
vote
3answers
174 views

Simplest way to do “natural” sort for numbers in strings?

I just saw this and I am wondering what is the best way to implement natural sorting like this? Usually in a list of 1,4,11,12 the string sort (used in listing items) returns 1,11,12,4. How do I ...
1
vote
3answers
122 views

Natural sorting in a text field in Rails

I a have list of photo albums as below: "Day 10 - Kblah" "Day 9 - Lblah" "Day 8 - Sblah" "Day 7 - Ublah" "Day 6 - Sblah" "Day 5 - Cblah" "Day 4 - Gblah" "Day 3 - Sblah" "Day 2 - Dblah" "Day 1 - ...
1
vote
1answer
354 views

Sorting in Text and Number column vb.net NATURAL SORT

I have a text and numeric data in a column of excel. data is 1,2,3,A,B,C,D,10,11,12. I want to do sort these by SQL. and i want get data in below order 1,2,3,10,11,12,A,B,C,D. So please can any one ...
0
votes
2answers
120 views

Pad middle of string with 0s in mysql ORDER BY clause to respect “true” numeric order

In my admin interface I have a listing of subdomains, which follow following logic: node-k1 node-k2 node-k3 node-k4 node-k5 node-k6 node-k7 node-k8 node-k9 node-k10 node-k11 These are stored in ...
0
votes
2answers
1k views

How to make work DataTables with Natural sort plugin?

I've seen some similar questions, but no correct answer in my case. I use the DataTables plugin to sort some tables. But we can't sort datas like numerics while they are not (nut ;-p). For example, ...
2
votes
1answer
849 views

PostgreSQL ORDER BY issue - natural sort

I've got a Postgres ORDER BY issue with the following table: em_code name EM001 AAA EM999 BBB EM1000 CCC To insert a new record to the table, I select the last record with SELECT * FROM ...
4
votes
4answers
1k views

How to compare version string (“x.y.z”) in MySQL?

I have firmware version strings into my table (like "4.2.2" or "4.2.16") How can I compare, select or sort them ? I cannot use standard strings comparison : "4.2.2" is a seen by SQL greater than ...
0
votes
2answers
223 views

MySQL ORDER_BY partial Integer in String

I have a series of varchar fields in a MySQL database that are "numbered": +-----------+ | name | +-----------+ | thing 1 | | thing 2 | | thing 3 | | ... | | thing 10 | | thing 11 ...
2
votes
2answers
311 views

MySQL order STRING as INT and inserting

I have a dataset like so: print_id -------- 2b 1 2 4b 4a 3 6 2a 5 The print ID can be in the format of: /([0-9]+)([a-e]{1})?/ What I want to is order them first by number, and by letter if there ...
0
votes
1answer
108 views

Natural ordering files in directory into a cell array using Octave

I have files being generated by another program/user that have names such as "jh-1.txt, jh-2.txt, ..., jh-100.txt, ..., jh-1024.txt". I'm extracting a column from these files, manipulating the data, ...
1
vote
5answers
586 views

how to sort strings in javascript numerically

I would like to sort an array of strings (in javascript) such that groups of digits within the strings are compared as integers not strings. I am not worried about signed or floating point numbers. ...
4
votes
3answers
1k views

array_multisort with natural sort

Is it possible to sort multiple dimensional array by multiple columns using natural sort in PHP? Here is an example. Suppose I have a 2D array of data, e.g., $array[1]['Name'] = 'John'; ...
0
votes
2answers
691 views

Sort and list the files from a directory in numeric order

This is my folder structure. /home/files/encounters 9-22-11-0.jpg .. /home/files/encounters 9-22-11-[n].jpg puts Dir.glob("/home/files/*.jpg")[0] When i execute the above code, it displayed the ...
-1
votes
2answers
2k views

how to sort varchar numeric columns by DESC or ASC?

I write ... ORDER BY column ASC but my column is VARCHAR and it sorts wrong like 1, 10, 2, instead of 1, 2, 10. How can I do it to sort like 1, 2, 10?
5
votes
5answers
3k views

Java String Number Comparator

I have a method returning a list of String that need to be sorted. However, I'm running into the old String number sorting issue and was wondering if any one could assist with a Comparator ...
3
votes
3answers
315 views

“natural” sort an array of hashes in Ruby

There are workable answers for sorting an array of hashes and for natural sorting, but what is the best way to do both at once? my_array = [ ...
-1
votes
1answer
561 views

Sorting nvarchar column containing alphanumeric values

One of my columns in a SQL Server 2005 table contains alphanumeric values and I want to sort the rows as per the alphanumeric sorting. HOUSE_NO is a NVARCHAR column and it contains values like this - ...
0
votes
1answer
437 views

Natural Sort on data mixing text and numbers (and then more text *sometimes*)

I am working on a site for a guy who runs livestock auctions. He will enter the animals as Lot 1, Lot 2, Lot 3, Lot 3a, Lot 4, ... Lot 100, ... Lot N. Since this is a mix of numbers and text, I was ...
2
votes
3answers
659 views

Naturally sort a list of alpha-numeric tuples by the tuple's first element in Python

A previous stackoverflow question explains how to sort a list of strings alpha-numerically. I would like to sort a list of tuples alphanumerically by the tuple's first element. Example 1: ...
6
votes
3answers
1k views

How can I sort a list of strings by numbers in them?

An easy one no doubt for you... I have a list of filenames which are like so; fw_d.log.1.gz through fw_d.log.300.gz When i use this below code block, it almost sorts it the way i want, but ...
2
votes
2answers
1k views

mysql natural sorting

I have table like server(id,name,ip). When I'm trying to sort results by name, I get: srv1,srv10,srv11,srv2,srv6 but I need the results like srv1,srv2,srv6,srv10,srv11 One idea I know is ORDER BY ...
3
votes
5answers
230 views

Where is $_ being modified in this perl code?

The following perl code generates a warning in PerlCritic (by Activestate): sub natural_sort { my @sorted; @sorted = grep {s/(^|\D)0+(\d)/$1$2/g,1} sort grep {s/(\d+)/sprintf"%06.6d",$1/ge,1} ...
1
vote
4answers
158 views

How should natural sort work if there're several number sequences identifiable in the string set?

So-called natural sort is meant to address the following problem: when users expect file1.txt file2.txt file3.txt file10.txt file11.txt "usual" sort instead produces: file1.txt file10.txt ...
1
vote
1answer
381 views

MySql natural sorting with offset from a certain value

I have the data: CREATE TABLE IF NOT EXISTS `sort` ( `id` int(10) NOT NULL AUTO_INCREMENT, `value` varchar(50) NOT NULL, PRIMARY KEY (`id`) ); INSERT INTO `sort` (`id`, `value`) VALUES (1, ...

1 2