Actions
Feature #22
openMake from clause optional
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Consider the following query:
<br/>
<br/>
select $type
<br/>
(select $s from <server> where $s <rdf:type> $type and $s <p> <o>)
<br/>
from <server>
<br/>
where $type <mulgara:is> <test:Class> ;
<br/>
<br/>
Mandating from clauses is regularly redundant, and clutters the query.
<br/>
<br/>
While from is the most common example, I have come across examples for every component of a itql query where they are redundant. Apart from mandating the keyword 'select', to identify it as a query, we should probably make the rest of the query should be optional.
<br/>
No data to display
Actions