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 the difference between inner join and outer join?
How do I run a sql trace?
What is a record in a database?
What is function and procedure in pl sql?
Why truncate is faster than delete?
Can we insert data into view?
What is pl sql commands?
what is data manipulation language? : Sql dba
Why trigger is used in sql?
How do I trace sql profiler?
can a stored procedure call itself or recursive stored procedure? : Sql dba
what is the difference between clustered and non clustered index in sql? : Sql dba
What is the need of a partition key?
Is sql an operating system?
What is the default isolation level in sql server? : Transact sql