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 / naren
select e.getclobVal() from table name e;
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is error ora-12154: tns:could not resolve the connect identifier specified?
What makes a good primary key?
How to prepare for oracle pl sql certification?
What is the difference between left join and right join?
How do I view tables in mysql?
What are procedures used for?
How do I audit the sql sent to the server?
How do I find sql profiler?
What is the use of partition by in sql?
what are the differences between char and varchar? : Sql dba
What are the events on which a database trigger can be based?
Is sql database free?
how to delete an existing column in a table? : Sql dba
What are the different set operators available in sql?
Explain the difference between triggers and constraints?