Вверх ↑
Ответов: 16884
Рейтинг: 1239
#1: 2010-10-09 23:37:18 ЛС | профиль | цитата
PRAGMA case_sensitive_like = boolean;

The default behavior of the LIKE operator is to ignore case for ASCII characters. Hence, by default 'a' LIKE 'A' is true. The case_sensitive_like pragma installs a new application-defined LIKE function that can change this behavior. When case_sensitive_like is enabled, 'a' LIKE 'A' is false but 'a' LIKE 'a' is still true.

карма: 25
Немного терпения! Дежурный экстрасенс скоро свяжется с Вами!
0