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!

Get COUNT of query triples

652134Jan 15 2009 — edited Jan 16 2009
Hello,
Is there a way to execute a query using SPARQL and Jena to get a count of the RDF data that would be returned without actually performing the query? Basically, I want to perform the same type of query as "SELECT COUNT(1) FROM tablex". If not, is there a way to intercept the Oracle SQL statement generated from the SPARQL query? I could grab that and remove the SELECT statement and replace it with SELECT COUNT(1).
Thanks,
Chuck
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 13 2009
Added on Jan 15 2009
1 comment
2,632 views