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
How can I tell if sql is running?
Which is faster view or stored procedure?
what is offset-fetch filter in tsql? : Transact sql
what is the difference between char_length and length? : Sql dba
What is constant in pl sql?
What is a primary key sql?
What sql does db2 use?
What is graph sql?
What is Difference Between Unique and Primary Key Constraints?
Explain the advantages and disadvantages of stored procedure?
Is sql a backend?
Define concurrency control. : Transact sql
What is a heap in sql?
What is execution plan in sql?
What is linq to sql?