Example SPARQL query used in the correct custom query:
SELECT ?s ?p ?o WHERE {
?s ?p ?o
}
Example erroneous SPARQL query used in the update (mind the ?o2):
SELECT ?s ?p ?o2 WHERE {
?s ?p ?o
}
The updated result view shows an error at the bottom indeed, but the previous result table is still visible:
