Case sensitive query
am 07.03.2008 04:45:09 von Ron Piggott
Is it possible to do a case sensitive query to mySQL? What would an
example syntax look like? Ron
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: Case sensitive query
am 07.03.2008 04:46:59 von Bastien Koert
--_a74df27d-de2c-4241-881e-237cfe6ab8b0_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hey Ron
=20
Sure can with the BINARY keyword
=20
http://dev.mysql.com/doc/refman/5.0/en/string-comparison-fun ctions.html
=20
=20
Bastien> From: ron.php@actsministries.org> To: php-db@lists.php.net> Date: =
Thu, 6 Mar 2008 22:45:09 -0500> Subject: [PHP-DB] Case sensitive query> > I=
s it possible to do a case sensitive query to mySQL? What would an> example=
syntax look like? Ron> > > -- > PHP Database Mailing List (http://www.php.=
net/)> To unsubscribe, visit: http://www.php.net/unsub.php>=20
____________________________________________________________ _____
--_a74df27d-de2c-4241-881e-237cfe6ab8b0_--