Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Sql Query
Hi Everybody
I need some SQL expert Help to write a complex query( atleast for me)
I am writing a procedure which will be passed a string which consist of value like
(col1,value,col2,value,col3,value, and so on)
What I need is that it should be changed to
col1=value
and col2=value
and col3=value
In addition, there are three rules
Rule 1
Rule 2
Rule 3
Also any suggestion as how I can check if the value is number or String
The String passed will be like
Col1,111,Col2,AAAA,Col2,AB%,COL2,BBBB,Col3,23454,Col3,1212
Thanks
Sanjay
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Mar 20 2006 - 09:57:56 CST
![]() |
![]() |