Skip to content

Instantly share code, notes, and snippets.

@ajshort
Created April 14, 2011 05:47
Show Gist options
  • Select an option

  • Save ajshort/918954 to your computer and use it in GitHub Desktop.

Select an option

Save ajshort/918954 to your computer and use it in GitHub Desktop.
+--------------------------------------+
| Engine | Sensitive | Insensitive |
+------------+-----------+-------------+
| MySQL | = BINARY | = |
| Postgres | = | ILIKE |
| SQL Server | COLLATE | = |
| Sqlite | = | LIKE |
| Oracle | = | REGEXP_LIKE |
+------------+-----------+-------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment