If I make this query with MySql:
SELECT * WHERE keyword='urbani sm'
is the comparison case insensitive? Will MySql return all rows where
keyword equals both 'urbanism' and 'Urbanism'?
I searched this using Google Groups, and was suprised that there were
no entries on this. This seems almost FAQ material.
SELECT * WHERE keyword='urbani sm'
is the comparison case insensitive? Will MySql return all rows where
keyword equals both 'urbanism' and 'Urbanism'?
I searched this using Google Groups, and was suprised that there were
no entries on this. This seems almost FAQ material.
Comment