Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: XML in data, how do display just one tag?
>
> One might do this:
>
> select transaction_id,parameter_str from sometable where parameter_str
> like '<cm_technology>TERAYON PROPRIETARY</cm_technology>'
>
How about :
select transaction_id, '<cm_technology>TERAYON PROPRIETARY</cm_technology>'
from sometable where parameter_str
like '<cm_technology>TERAYON PROPRIETARY</cm_technology>'
Received on Wed Nov 07 2001 - 18:41:54 CST
![]() |
![]() |