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 compiled query?
what are the disadvantages of mysql? : Sql dba
What is the life of an sql statement?
how can we take a backup of a mysql table and how can we restore it. ? : Sql dba
How many sql are there?
Does sap use sql?
How can I make sql query run faster?
How to disable a trigger name update_salary?
What is difference between rank () row_number () and dense_rank () in sql?
What is memory optimized table?
Why indexing is needed?
What is a left inner join?
How do I create a sql database?
How does sql*loader handles newline characters in a record? : aql loader
what are the difference between clustered and a non-clustered index? : Sql dba