Hi, I tried to post the question to the pgsql-questions@postgresql.org
and have not got any answer yet.
Could anyone help me on this?
Nancy
- ----- Begin Included Message -----
From nyang Wed Jun 25 11:27 EDT 1997
Date: Wed, 25 Jun 1997 11:27:06 -0400
From: nyang
To: pgsql-questions@postgresql.org
Subject: Question about "unterminated quoted string literal"
Cc: nyang
Hi,
I'm having this problem "unterminated quoted string literal"
when I tried to do a select from my database.
SELECT sn from db_cert WHERE sn = '02'and iHash = '3¼DÈ\177µª]5\003R\215ï\0355\200¿ÿëí';
where sn is a char16 and iHash is a varchar of 20 bytes.
iHash is an attribute which contains some hash value.
The hex value of iHash is:
0x33 0xbc 0x44 0xc8 0x7f 0xb5 0xaa 0x5d 0x35 0x03
0x52 0x8d 0xef 0x1d 0x35 0x80 0xbf 0xff
0xeb 0xed
Can anyone help me on this one?
Nancy
- ----- End Included Message -----
------------------------------