Robin
Member since Feb 26, 2010
- Profile: /members/5538-robin.htm
- Comments: 2
Recent Blog Comments By Robin
-
SQL LIKE Clause Case Sensitive in ColdFusion MX Query-of-Query
Posted on Feb 26, 2010 at 7:09 AM
Ignore that last one, I was getting my queries case mixed up. Sorry.... read more »
-
SQL LIKE Clause Case Sensitive in ColdFusion MX Query-of-Query
Posted on Feb 26, 2010 at 7:03 AM
Hi Ben, I found another similar difference in QoQ. Like '%a%' is treated differently in a database query and a QoQ. Database query will return anything with an 'a' in it, QoQ will not return results where the only occurrence is that they start with 'a'. ie. Database query will return 'apple, ba... read more »