Commit e40ade0
authored
Update example in Vector article (#10100)
* Update vector-search-transact-sql.md
I think there is a mistake in Example 2, line 158:
te `SIMILAR_TO` value should refer to a column:
```
SIMILAR_TO = t.v,
```
Instead of variable:
```
SIMILAR_TO = @QV,
```
* Update vector-search-transact-sql.md
Fix mistake referencing to the wrong table alias1 parent 688c67a commit e40ade0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments