I got the following result when I tried to display strings with
hex expression.

        x'B4C1BBFA'     OK
        X'B4C1BBFA'     OK

        0xB4C1BBFA      OK
        0XB4C1BBFA      Error

I was checking how MySQL treats upper- and lower-case 'x'.
'0X' didn't work and I am wondering if this is decided by the
specification of MySQL.

Will you let me know if this is specified so or this is unexpected
behavior?

------------------------------------------------------------
Hirofumi Fujiwara, Knowledge Engineering Center
          26-27 Saka-machi Shinjuku-ku, Tokyo 160-0002 Japan
Time Intermedia Corporation,       http://www.timedia.co.jp/
------------------------------------------------------------

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to