Changes between Version 1 and Version 2 of HackingSparql2Sql


Ignore:
Timestamp:
07/27/05 11:56:01 (19 years ago)
Author:
Leo Sauermann <leo.sauermann@…>
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HackingSparql2Sql

    v1 v2  
    66 
    77there, set a breakpoint into getPlanForQueryPattern/QueryIterator exec() 
     8 
     9of, fine idea: 
     10 
     11SELECT CONVERT(j.subj, CHAR) as Subj, CONVERT(j.Prop, CHAR) as Prop, CONVERT(j.Obj, CHAR) as Obj FROM `jena_g1t1_stmt` j 
     12WHERE LOWER(CONVERT(j.Obj, CHAR)) LIKE "%leo%" 
     13AND j.Prop = "Uv::http://www.w3.org/2000/01/rdf-schema#label"