i have xml source. xml source having lacks of records. i
want extract/retrive xml source data using sql query.
please tell me how to write query.
Answer Posted / mathivanan
select extractvalue(columnname,'/roottag/subtag') from tablename
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a record in a database?
Which one is better subquery or joins?
Does a user_objects view have an entry for a trigger?
how does a local variable is defined using t-sql? : Transact sql
How to look at the current sql*plus system settings?
What is procedure and function in sql?
what is transaction? : Sql dba
Which join is default?
what are the types of join and explain each? : Sql dba
What is memory optimized table?
tell us something about heap tables. : Sql dba
what is a record in a database ? : Sql dba
Is sql a microsoft product?
What is difference between pl and sql?
What is foreign key and example?