Skip to content

Commit ba6dcaf

Browse files
committed
Update Patterns SQL Interface - JSON Input.md
1 parent e8127b3 commit ba6dcaf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Patterns SQL Interface - JSON Input.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ For each of the three formats, we need a parameterized query accepting an arbitr
2020

2121
---
2222

23+
<a name="json-array"></a>
2324
### 1. 1D vector of scalars via JSON array
2425

2526
**Input**
@@ -69,6 +70,7 @@ SELECT * FROM folders;
6970

7071
---
7172

73+
<a name="json-object"></a>
7274
### 2. 1D vector of pairs via JSON object
7375

7476
**Input**
@@ -118,8 +120,8 @@ SELECT * FROM folders;
118120

119121
---
120122

121-
### 2. 1D vector of multicolumn row values via JSON array of objects
122-
123+
<a name="json-array-object"></a>
124+
### 3. 1D vector of multicolumn row values via JSON array of objects
123125

124126
**Input**
125127

0 commit comments

Comments
 (0)