Tijnema ! wrote:
> On 3/24/07, Man-wai Chang <[EMAIL PROTECTED]> wrote:
>>
>> create table temp ( big5 char(2) ) character set big5 collate big5_bin;
>> insert into temp ( big5 ) values ( 0x9f54 );
>> insert into temp ( big5 ) values ( 0x9f53 );
>>
>> The 2nd query will report duplicated key. How s
On 3/24/07, Man-wai Chang <[EMAIL PROTECTED]> wrote:
create table temp ( big5 char(2) ) character set big5 collate big5_bin;
insert into temp ( big5 ) values ( 0x9f54 );
insert into temp ( big5 ) values ( 0x9f53 );
The 2nd query will report duplicated key. How should I fix the problem?
What d
create table temp ( big5 char(2) ) character set big5 collate big5_bin;
insert into temp ( big5 ) values ( 0x9f54 );
insert into temp ( big5 ) values ( 0x9f53 );
The 2nd query will report duplicated key. How should I fix the problem?
--
.~. Might, Courage, Vision, SINCERITY. http://www.linu
3 matches
Mail list logo