Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.databases.oracle    |    Overblown overpriced overengineered SHIT    |    2,288 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 1,032 of 2,288    |
|    Walt to Guido Konsolke    |
|    Re: How can create case-insensitive data    |
|    30 Jan 04 11:45:43    |
   
   From: walt@boatnerd.com.invalid   
      
   Guido Konsolke wrote:   
   >   
   > "Madjid Nasiri" wrote...   
   > > Hi,   
   > > I am basic in oracle. My Old programs write with Delphi and   
   > Databases:   
   > > Access, Paradox, MySQL, Microsoft SQL.   
   > > I write my code (SQL code) case-insensitivae, but now i need use   
   > > oracle database. The Oracle by default is case-sensitive, How can   
   > used   
   > > case-insensitive in oracle.   
   > >   
   > > Thanks   
   > > Madjid Nasiri   
   >   
   > Hi Madjid,   
   >   
   > I hope you are going to use a version >= 8.1.7 (9.2.0.4 would be   
   > best).   
   > Since you don't provide much infos to play around with, here are 2 two   
   > possible meanings of your post:   
   > 1. You want to store data case insensitive: do an 'insert...   
   > values(upper('Abcd'))...'.   
   > This will put your data in upper case into the tables.   
   > 2. Your data will be mixed-case and you want to select them case   
   > insensitive:   
   > create 'function based indexes' on every column you want to use in   
   > your where-clauses.   
   > Then 'select ... where
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca