Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

character

This is a discussion on character within the Oracle forums, part of the Databases category; How can we select then employee name in any case with out using Lower and Upper Functions?...

Go Back   Geeks Talk > Databases > Oracle
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

Oracle Oracle 9i & Oracle 10g Knowledge Base Learn and Share Oracle Technology related articles, white papers, tutorials / study materials, example codes, FAQ's, Tips and Tricks.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-14-2009
Junior Member
 
Join Date: Jun 2009
Location: hyderabad
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
sure_prince is on a distinguished road
character

How can we select then employee name in any case with out using Lower and Upper Functions?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-14-2009
Moderator
 
Join Date: Jun 2007
Location: Bangalore,India
Posts: 1,855
Thanks: 9
Thanked 168 Times in 142 Posts
debasisdas has a spectacular aura aboutdebasisdas has a spectacular aura about
Re: character

If you want the data in any case why you need to use UPPER and LOWER functions.
Select the data as is in the tables. No need to go for any conversion.
Reply With Quote
  #3 (permalink)  
Old 08-28-2009
Junior Member
 
Join Date: Apr 2007
Location: Bangalore, India
Posts: 23
Thanks: 7
Thanked 1 Time in 1 Post
Yajnas is on a distinguished road
Re: character

The records being stored insdie the Oracle database, are case sensitive (i,e. data inside tables). Three types of conversions are there to change the case of any character data 1. LOWER (oracle) 2. UPPER (ORACLE) 3. INITCAP (Oracle). If you are not using any of these functions while selecting and/or inserting the records then it will be fetched as it was entered during insertion into table.
Reply With Quote
Reply

  Geeks Talk > Databases > Oracle

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Output the duplicated character teetoo VB.NET 1 12-06-2007 01:29 AM
character array pbchaudhari C and C++ 2 10-27-2007 04:41 AM
Float or character in place of int Geek_Guest C and C++ 5 10-27-2007 04:35 AM
Converting single character to string Geek_Guest Java 2 08-24-2007 09:42 AM
HTML/PDF - Newline Character psuresh1982 AJAX & XML 0 07-31-2007 05:37 AM


All times are GMT -4. The time now is 06:02 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved