Skip to content

Commit 3e8eab7

Browse files
ppom0lovasoa
andauthored
Update examples/official-site/your-first-sql-website/extensions-to-sql.md
Co-authored-by: Ophir LOJKINE <[email protected]>
1 parent 582975e commit 3e8eab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/official-site/your-first-sql-website/extensions-to-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ VALUES (1, 2), (3, 4);
127127
This can be more convenient, but should only be used for small values, because data
128128
is copied from the database into SQLPage memory, and to the database again at each use.
129129

130-
You can use the JSON functions from your database.
130+
You can use the [JSON functions from your database](/blog.sql?post=JSON in SQL%3A A Comprehensive Guide).
131131
Here are some examples with SQLite:
132132
```sql
133133
-- CREATE TABLE my_table(a, b);

0 commit comments

Comments
 (0)