Example with pragma sql:table-option

The following example demonstrates usage of the sql:table-option pragma.


DEFINE  sql:table-option "order"  
SELECT *
WHERE { ?x  rdf:type  ?o }
LIMIT 10 

Sponger Usage Examples

Related