Hi All!
I am trying to get a rails postgres table ordered by the exact values of
the ascii characters such that:
Unfortunately, even when I try to escape the < characters and enter them
directly in the Postgresql table, I get:
Alpha
Bravo
*
*
*
Lima
Mike
November
Oscar
I tried @@@@ in place of and it is positioned as I expect, but
@none@ is handled the same as .
I’ve searched the web, but there are too many different solutions. It
will take me all day and night to try them out,
Can anyone point me in the right direction?
Thanks,
Don Z.