Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

DELETE syntax for RDF triplets

574264May 1 2007
Hi,

In the ORACLE RDF documentation only the syntax for inserting an RDF triplet is specified. It is:

INSERT INTO articles_rdf_data VALUES (2,
sdo_rdf_triple_s ( 'articles', '<http://www.nature.com/nature/Article1>',
'<http://purl.org/dc/elements/1.1/creator>',
'"Jane Smith"'));

What is the syntax for deleting a triplet? Can SQL statements be combined such that a deletion of the results of a previous SELECT be performed. Thanks in advance.

Cheers,
Mircea
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 29 2007
Added on May 1 2007
0 comments
224 views