Database Management
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesDatabase Management

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old October 17th, 2003, 02:26 PM
fingereleven fingereleven is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 13 fingereleven User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
unique case-insensitive SQL problem

Hello all,
Very odd set of circumstances, I'm creating a simple case-insensitive search engine for a site and a simplified query is as follows:

SELECT web_article.sec_id
FROM web_article
WHERE art_desc LIKE '%search_term%'

We are using Oracle and I know you can make Oracle case-insensitive using the upper function so I could just do the following:

SELECT web_article.sec_id
FROM web_article
WHERE UPPER(art_desc) LIKE UPPER('%search_term%')

Here's my problem. Although I am using Oracle, due to some issues with how we connect to the database we can not use Oracle specific functions. So I guess I would have to find a way to do this in standard SQL. The problem is that SQL by itself is case-insensitive so I strongly doubt there is anyway to handle this.

Can anyone please help to prove me wrong?

Reply With Quote
  #2  
Old October 17th, 2003, 04:14 PM
swampBoogie swampBoogie is offline
Contributing User
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Jan 2003
Location: Paris Uppland
Posts: 1,784 swampBoogie User rank is Sergeant Major (2000 - 5000 Reputation Level)swampBoogie User rank is Sergeant Major (2000 - 5000 Reputation Level)swampBoogie User rank is Sergeant Major (2000 - 5000 Reputation Level)swampBoogie User rank is Sergeant Major (2000 - 5000 Reputation Level)swampBoogie User rank is Sergeant Major (2000 - 5000 Reputation Level)swampBoogie User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 2 Weeks 4 Days 21 h 42 m 49 sec
Reputation Power: 37
Upper is a standard sql function.

A comparison in SQL is not case-insensitive by default. It depends on which collation you are using.

Reply With Quote
  #3  
Old October 17th, 2003, 04:48 PM
fingereleven fingereleven is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 13 fingereleven User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
you're right swampBoogie

i feel like an idiot, my original post had the answer in it, i was just testing it totally wrong....

i'm not going to even get into it...

thanks.

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesDatabase Management > unique case-insensitive SQL problem


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT