could it make sense?
# general
d
could it make sense?
m
yes, like an array column, but there are some differences from an array column.
For example, when applying predicates
d
ok
got it
m
So if your query was give me all companies that have location = USA. This will match the row in my example, even though there are more than one locations.
d
it someting like tableA(companies) and tableB(locations) and then join tableA and tableB talking about rdbms