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

Home -> Community -> Usenet -> c.d.o.server -> help: string process in PL/SQL

help: string process in PL/SQL

From: Norman Dunbar <Norman.Dunbar_at_lfs.co.uk>
Date: Fri, 18 Oct 2002 12:22:18 +0100
Message-ID: <E2F6A70FE45242488C865C3BC1245DA702CE3116@lnewton.leeds.lfs.co.uk>

And watch out if you do some stripping because you might just hit this problem :

select '-- you thouogh this was a comment, but it wasn''t !!!' from dual.

cheers,
Norman.



Norman Dunbar
Database/Unix administrator
Lynx Financial Systems Ltd.
mailto:Norman.Dunbar_at_LFS.co.uk
Tel: 0113 289 6265
Fax: 0113 289 3146
URL: http://www.Lynx-FS.com

-------------------------------------

-----Original Message-----

From: Roman Mirzaitov [mailto:rmirzaitov_at_kt.kg] Posted At: Friday, October 18, 2002 11:46 AM Posted To: server
Conversation: help: string process in PL/SQL Subject: Re: string process in PL/SQL

Hi,
look at INSTR and SUBSTR SQL functions.
Details in Oracle SQL Reference.

Regards,
--

Roman Mirzaitov
Brainbench MVP for Oracle Administration www.brainbench.com Received on Fri Oct 18 2002 - 06:22:18 CDT

Original text of this message

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