If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > Selecting part of data in a query

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-02-05, 12:48
aartz aartz is offline
Registered User
 
Join Date: Jan 2004
Posts: 9
Question Selecting part of data in a query

Hi all,

Is thr any wat of specifying part of the data in a row and using it when writing a query in pl/sql, as it can be done in access like this; Mid(CAB.Cctl,3,1) ..
Reply With Quote
  #2 (permalink)  
Old 12-02-05, 15:14
madafaka madafaka is offline
Registered User
 
Join Date: Feb 2004
Location: Dublin, Ireland
Posts: 212
Code:
substr(CAB.Cctl,3,1)
Reply With Quote
  #3 (permalink)  
Old 12-07-05, 04:40
aartz aartz is offline
Registered User
 
Join Date: Jan 2004
Posts: 9
Gr8, thks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On