Posted by: Vijay Dev on: April 14, 2009
I got a question recently from a friend about doing case sensitive searches in SQL and I did not know the answer !! I knew that ORM’s like Django have operators such as ILIKE to do this, but I do not know how to do this in raw SQL. So I started looking for ways [...]
Posted by: Vijay Dev on: August 25, 2008
How to sort a given list of GUIDs (or) how to compare GUIDs ? This answers the question !