Skip to content

Commit

Permalink
Update docs/release-info/migr-mvd-array.md
Browse files Browse the repository at this point in the history
Co-authored-by: Clint Wylie <cjwylie@gmail.com>
  • Loading branch information
vtlim and clintropolis committed Jun 11, 2024
1 parent 250e339 commit 385e885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-info/migr-mvd-array.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ WHERE ARRAY_CONTAINS(tags, 't3')
#### MVD

```sql
SELECT label tags,
SELECT label, tags
FROM "mvd_example"
WHERE tags = 't3'
```
Expand Down

0 comments on commit 385e885

Please sign in to comment.