We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3bad7 commit a7f05a4Copy full SHA for a7f05a4
examples/official-site/extensions-to-sql.md
@@ -185,7 +185,7 @@ select name from filtered_posts;
185
### Small JSON values in variables
186
187
Useful for small datasets that you want to keep in memory.
188
-See the guide on JSON in SQL: [blog article](/blog.sql?post=JSON+in+SQL%3A+A+Comprehensive+Guide).
+See the [guide on JSON in SQL](/blog.sql?post=JSON+in+SQL%3A+A+Comprehensive+Guide).
189
190
```sql
191
set product = (
0 commit comments