Skip to content

Commit a7f05a4

Browse files
committed
formatting
1 parent ee3bad7 commit a7f05a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/official-site/extensions-to-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ select name from filtered_posts;
185185
### Small JSON values in variables
186186

187187
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).
188+
See the [guide on JSON in SQL](/blog.sql?post=JSON+in+SQL%3A+A+Comprehensive+Guide).
189189

190190
```sql
191191
set product = (

0 commit comments

Comments
 (0)