Hi, > In Oracle the order will be: > a124sb > bb1234 > 1bbe42
This is not what I get when testing with http://sqlfiddle.com. I get the same order as H2 (and all other databases I tested with). Maybe you are using EBCDIC encoding? Regards, Thomas On Fri, Mar 14, 2014 at 8:24 AM, Noel Grandin <[email protected]> wrote: > You could define a custom collator using: > http://h2database.com/html/grammar.html#set_collation > > But I suspect it would be a little tricky. > > > On 2014-03-13 19:11, David Melo wrote: > >> >> >> in oracle the "letters" goes first, and H2 the "numbers" go first. >> >> > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
