The documentation on template files is very sparse. Why is this?
$0$0
$0
$0For those evaluating this technology, I have found it to be a fairly interesting in that there are some undocumented "features".$0
$0$0
$0
$0
$0
$0Nesting queries within <sql:query> gives your queries scope.$0
E.g.$0
<sql:query>$0
-- Do some pre-processing work and populate a temporary table$0
<sql:query>$0
-- Reference the temporary table within this section and return the first result
↧