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
how to select first 5 records from a table? : Sql dba
How do you modify a table in sql?
Is nosql faster than sql?
What is composite data type in pl sql?
What is a table partition?
What is the basic form of sql query?
What is db journal file?
How can I see all tables in sql?
How to add a column ‘salary’ to a table employee_details?
What is a sql schema used for?
How to call shell script from pl sql procedure?
What is data manipulation language?
What is the clause we need to add in function body to return variable?
How to check if a column is nullable before setting to nullable?
what are the nonstandard string types? : Sql dba