Re: Select statement with town Polish characters
Posted by: Rick James
Date: May 29, 2010 10:30AM

Let's diagnose the issue. Please do
SELECT city, HEX(city), LENGTH(city), CHAR_LENGTH(city) FROM ... WHERE ...;
Also
SELECT 'Łódzkie', HEX('Łódzkie'), LENGTH('Łódzkie'), CHAR_LENGTH('Łódzkie');

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Select statement with town Polish characters
2606
May 29, 2010 10:30AM


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.