Re: Dont know how to make SQL search for the column 'varchar' and collation 'utf8_unicode_ci'. Been spending more than a week. pls help
Posted by: stephen selvaraj
Date: July 08, 2010 01:43AM

Thanks sir, I understand you are trying to help. But again as what i said all are Unicode and 7000+ records. Your query can work for Unicode character "á". But its not work for "A".

SELECT HEX(CText), asciiValue, CText FROM `8888n8866` WHERE CText="á" COLLATE utf8_bin

SELECT HEX(CText), asciiValue, CText FROM `8888n8866` WHERE CText="A" COLLATE utf8_bin

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Dont know how to make SQL search for the column 'varchar' and collation 'utf8_unicode_ci'. Been spending more than a week. pls help
1770
July 08, 2010 01:43AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.