Subject | RE: [firebird-support] FireBird Case Sensitive Queries |
---|---|
Author | Si Carter |
Post date | 2005-11-23T10:27:04Z |
Hi Dilish,
SELECT * FROM EMPLOYEE WHERE UPPER(LOCATION) = UPPER('LONDON');
Rgds
Si Carter
http://www.fbtalk.net/ - Web Based Firebird Forum
http://www.tectsoft.net/ - Homepage
> -----Original Message-----You could use something like:
> as we are Converting our database from MSAccess & SQL Server
> how does it possible to query the same without any case
> sensitive issues.
SELECT * FROM EMPLOYEE WHERE UPPER(LOCATION) = UPPER('LONDON');
Rgds
Si Carter
http://www.fbtalk.net/ - Web Based Firebird Forum
http://www.tectsoft.net/ - Homepage