Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> selecting left x characters from a field?

selecting left x characters from a field?

From: Medfly <medfly_at_iname.com>
Date: Tue, 12 Sep 2000 16:51:05 GMT
Message-ID: <8plmte$scp$1@nnrp1.deja.com>

Is there an equivalant LEFT or RIGHT function from VB that works in Oracle?

Key

---
12345

Is there a way to select the first 3 characters?

SELECT LTRIM(Key,3) ....   doesn't do the trick.


thanks - medfly



Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Tue Sep 12 2000 - 11:51:05 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US