RE: Text Search
From: Yaocuauhtzin (Yaocuauhtzin_at_discussions.microsoft.com)
Date: 10/07/04
- Previous message: Yaocuauhtzin: "RE: SQL 2000 fails to detect NULL values"
- In reply to: Ibrahim Awwad: "Text Search"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 7 Oct 2004 06:17:02 -0700
Your Database was created with 'case sensitive' option. To change to 'case
insensitive', you must re-created the Database, I think.
Also, you can try:
Select From **** Where upper(****) like upper('****')
"Ibrahim Awwad" wrote:
> Dear All,
> I have table for items, some of the Items codes are including text codes.
> When I try to use
> Select From **** Where **** like '****'
>
> I don't get the correct record until I put the Upper case or lower case text
> corrosponding to What's in table.
> EX. to look for 'DISCOUNT' i can't give him 'discount' I should write it as
> it's.
>
> Is there any solution.
>
> --
> *********
> IT Manager
> DeLaval Ltd.
> Cairo-Egypt
> *********
> |-----------------------------|
> |Islam is peace not Terror|
> |-----------------------------|
- Previous message: Yaocuauhtzin: "RE: SQL 2000 fails to detect NULL values"
- In reply to: Ibrahim Awwad: "Text Search"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|