Community Member Profile
Mark Cadle
Member since Dec 11, 2008
- Profile: /members/53-Mark-Cadle.htm
- URL: http://www.cfuze.com
- Comments: 1
- Points: 1
Recent Blog Comments By Mark Cadle
-
SQL Server Text Matching Is Case INSENSITIVE
Posted on May 23, 2007 at 9:22 PM
Oracle is case sensitive too. Remember, the LIKE clause is for string comparison. It does not deal with case directly, as it is designed to find a string pattern. In fact, LIKE should be case sensitive. Honestly, I feel that all RDBMS should process everything with case sensitivity. This can... read more »



