Hi ,
Can anybody send me sample code for selecting data from column which has long datatype
Example
I have table test123, which has 2 colunn id number and data long
the data column which has long datatype contains
DOCSTART_1 |
DOCTYPE|
VERSION 5.4|
BILLST 1|
BILLTY 1|
BILLTEM 1|
BILLSEQ 4|
BVERSION 1|
PRECISIO T|
BILLHANDLINGCOD E lDflt|
INFOCURRENCYCOD E GBP|
ACCCURRENCYCODE GBP|
BILLPURPOSE 1|
DAYTELNO 01253568052|
FAXNO 0123456789|
EMAILADDR jaer.ts7@fd.com|
I wanted to fetch the value of fax number and save it into variable ..
Can anybody tell me how to do that ,,
Please send me the sample code for it .
Thnaks in advance
Can anybody send me sample code for selecting data from column which has long datatype
Example
I have table test123, which has 2 colunn id number and data long
the data column which has long datatype contains
DOCSTART_1 |
DOCTYPE|
VERSION 5.4|
BILLST 1|
BILLTY 1|
BILLTEM 1|
BILLSEQ 4|
BVERSION 1|
PRECISIO T|
BILLHANDLINGCOD E lDflt|
INFOCURRENCYCOD E GBP|
ACCCURRENCYCODE GBP|
BILLPURPOSE 1|
DAYTELNO 01253568052|
FAXNO 0123456789|
EMAILADDR jaer.ts7@fd.com|
I wanted to fetch the value of fax number and save it into variable ..
Can anybody tell me how to do that ,,
Please send me the sample code for it .
Thnaks in advance
Comment