By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| version |
|---|
| PostgreSQL 10.12 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 8.3.1 20190507 (Red Hat 8.3.1-4), 64-bit |
1 rows affected
| objectid | intent | myarrayvalue |
|---|---|---|
| ABC | Large | Blue |
| ABC | Small | Black |
| ABC | Regular | null |
| ABC | Medium | null |
| objectid | intent | myarrayvalue |
|---|---|---|
| ABC | Large | Blue |
| ABC | Large | Black |
| ABC | Small | Blue |
| ABC | Small | Black |
| ABC | Regular | Blue |
| ABC | Regular | Black |
| ABC | Medium | Blue |
| ABC | Medium | Black |