- From: Boris Villazon-Terrazas <bvillazon@fi.upm.es>
- Date: Tue, 6 Mar 2012 00:38:24 +0100
- To: Public-Rdb2rdf-Wg RDB2RDF <public-rdb2rdf-wg@w3.org>
Received on Monday, 5 March 2012 23:38:49 UTC
Hi all
Within an R2RML mapping we have a rr:logicalTable, and within a rr:logicalTable we may have a rr:sqlQuery that contains a valid SQL query.
As Juan already pointed me out, there some TCs that have SQL queries that end up with ";", for example
<TriplesMap1>
a rr:TriplesMap;
rr:logicalTable [ rr:sqlQuery """
SELECT "Code", "Name", "Lan"
FROM "Country"
WHERE "Lan" = 'EN';
""" ] ;
The question is, if it is valid to include the ";" at the end of the SQL queries, or not?, or it is optional?
Thanks in advance
Boris
Received on Monday, 5 March 2012 23:38:49 UTC