Most sql like case insensitive related news are at:
SQL Merge example to migrate data from one database table to another 26 Nov 2012 | 01:38 pm
The Problem: Yesterday, I was working with an eCommerce application. It has a huge existing database with lots of tables. This application is now being completely revamped with latest technologies and...
How to force download a file using ASP.NET 8 Dec 2011 | 07:26 pm
There are many cases where we need to let file downloads being processed by an aspx file. Here in this code this code will force a file to be downloaded through an aspx file. let assume your file path...
More sql like case insensitive related news:
Quickie: Case Insensitive WordPress Login newfungames.com 11 May 2010 | 04:30 pm
Do you have a locked down WordPress site that has a case-sensitive login even though the Googles are telling you that in WordPress 2.8 they went case-insensitive? Most likely you have John Kolbert’s n...
How to Do a Case Insensitive ORDER BY from Oracle DB? gunith.com 11 Aug 2011 | 03:40 am
A problem with Oracle DB that I see is that the ORDER BY clause is case sensitive. I came across this problem and I found the solution here in a post by Natalka Roshak. Solution is something like the ...
12c - SQL Text Expansion tkyte.blogspot.com 1 Jul 2013 | 06:28 pm
Here is another small but very useful new feature in Oracle Database 12c - SQL Text Expansion. It will come in handy in two cases: You are asked to tune what looks like a simple query - maybe a two ...