-
Recent Posts
Blogroll
My Photography Sites
Recent Comments
Archives
- March 2013 (1)
- February 2013 (1)
- August 2012 (1)
- April 2012 (1)
- March 2012 (3)
- November 2011 (2)
- October 2011 (1)
- August 2011 (4)
- July 2011 (9)
- June 2011 (2)
- July 2009 (1)
- July 2008 (1)
Categories
- Amazon Web Services (1)
- Apple (3)
- OSX (3)
- Applications (1)
- Microsoft Word (1)
- Database (4)
- MySQL (4)
- Linux (6)
- OSes (2)
- Programming (13)
- Code Snippets (3)
- Command Line (7)
- Debugging (1)
- languages (2)
- Source Control (3)
- Git (1)
- Subversion (1)
- Visual Studio (1)
- Server Administration (13)
- Database Administration (1)
- Domain Name Servers (1)
- Web Servers (8)
- terminal (2)
- Virtualization (2)
- VMware Fusion (2)
- Web Development (1)
Meta
Category Archives: SQL
Case Sensitive Comparisons in MySQL Where Clause
How can I make MySQL treat my query as case sensitive? As with all good tools there’s more than one way to get the job done. Assuming you have access to change the structure of the table you have to … Continue reading
Posted in Code Snippets, Database, MySQL, SQL
Tagged case sensitivity, MySQL, SQL