Skip to content
Snippets Groups Projects
Commit 11c1223b authored by Po-chiang Chao's avatar Po-chiang Chao Committed by Sameer Al-Sakran
Browse files

escape the variable in default value example (#10003)

parent a19c7f30
No related merge requests found
......@@ -71,7 +71,7 @@ Current date example:
```
SELECT p.*
FROM products p
WHERE p.createdAt = [[ {{dateOfCreation}} #]]CURRENT_DATE()
WHERE p.createdAt = [[ {% raw %}{{dateOfCreation}}{% endraw %} #]]CURRENT_DATE()
```
##### Connecting a SQL question to a dashboard filter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment