CREATE TABLE test(word text);
INSERT INTO test VALUES('\342\204\226');
SELECT * FROM test WHERE word='\342\200\242';
or
SELECT * FROM test WHERE word='\342\200\224';
returns word previously inserted instead of zero rows.
_______________________________________________________________
http://www.bigmir.net - поиск по украинским сайтам
Есть вопросы? Напишите нам!
Соглашаюсь с условиями обработки персональных данных
✖
By continuing to browse this website, you agree to the use of cookies. Go to Privacy Policy.