Hi,

For the query:
select '2' > '10' a ,'12' > '-13' b ,'1  ' > '-' c , ')12' > '(13' d,
')12'>  '(12' e;
I get:
a       t
b       t
c       t
d       t
e       t

I guess the difference is that I use client encoding "UNICODE":

SHOW client_encoding;

Regards,
Thomas

-- 
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