Thanks @vtrang for the information. Actually, it's not caused by table name. Below is the issue that I was facing: Let say my query is: select id, name from table_name where name LIKE '%Azman%'; The above query will search data which contains Azman with A as UPPER CASE. But it will not be able to find anything with the word azman or aZman or azMan or azmAn or azmaN or AZMAN which the UPPER CASE is a different letter (s). Hope this clarifies. Thanks. Azman
↧