Here is another interesting one:

PG> select ')12' > '(13'; -> false

Same length, but it SUGGEST that 0x29 > 0x28 - I though those were too
low in the charpage to have different collations(?)

Then consider:
PG> select ')12' > '(12'; -> true

All this makes me wonder, does the sql spec require var/char
comparisons from right to left and PG is doing it the 'spec' way?

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to