on the <sql template doc>, probably it should have been ```(e.g. use '{{ startDate }}' instead of {{...
l
on the sql template doc, probably it should have been
Copy code
(e.g. use '{{ startDate }}' instead of {{ startDate }}).
instead of the original
Copy code
(e.g. use {{ 'startDate' }} instead of {{ startDate }}).
?