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 -> How to do this in procedures

How to do this in procedures

From: <ramprakash.a_at_gmail.com>
Date: 30 Jun 2005 23:06:20 -0700
Message-ID: <1120197980.299388.100160@z14g2000cwz.googlegroups.com>


Hi

while in procedures, I want some columns in a table seperated by "|" symbol in a variable

take for example emp table

i need ename,job,sal,deptno from emp table in a single string like 'SMITH|CLERK|800|20'
here the table and column changes often. so i need to generalise this. this is not only for emp table.

and if i have the string similar to this how can i insert or update into the table

Regards
Ram Received on Fri Jul 01 2005 - 01:06:20 CDT

Original text of this message

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