welcomesui@gmail.com
Registered User.
- Local time
- Today, 05:28
- Joined
- May 3, 2011
- Messages
- 32
Hi All,
I need to search case sensitive text in a filed
I need to find out the data with “Ltd” only from below data
ABL BIO-TECHNOLOGIES LTD
ABL BIO-TECHNOLOGIES LtD
ABL BIO-TECHNOLOGIES ltd
ABL BIO-TECHNOLOGIES lTD
ABL BIO-TECHNOLOGIES Ltd
I am useing below query but it giving all the fileds
can any one look at this problem
Regards
Hari
I need to search case sensitive text in a filed
I need to find out the data with “Ltd” only from below data
ABL BIO-TECHNOLOGIES LTD
ABL BIO-TECHNOLOGIES LtD
ABL BIO-TECHNOLOGIES ltd
ABL BIO-TECHNOLOGIES lTD
ABL BIO-TECHNOLOGIES Ltd
I am useing below query but it giving all the fileds
Code:
Like "* Ltd*"
can any one look at this problem
Regards
Hari