Subject Case insensitive select
Author willfordkc
Is there a way to do a case insensitive select statement.
Where
Select * from table where name = 'john'
would match 'john' 'John' 'JOHN' etc.