Skip to Main Content

Database Software

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 the RDF Triple by Sub or predicate or object in where clause

792262Jan 18 2011 — edited Feb 7 2011
Hi,

Is it possible to delete a triple based on Subject or predicate or object in where clause condition?

If possible please let me know the syntax and example.

I am trying with the normal delete statement its ended up with error.

I am not sure about the below delete statement but its working

DELETE FROM articles_rdf_data a WHERE
a.triple.get_subject()='<http://nature.example.com/Article1>';

Regards,
Kavitha.

Edited by: 789259 on Jan 18, 2011 1:31 AM
This post has been answered by Sdas-Oracle on Jan 21 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 7 2011
Added on Jan 18 2011
6 comments
371 views