Hi there, we have created a table and added a multi select field for DataAreaId. We have added logic to populate DataAreaId and can able to select multiple values. I want to know that while writing any query, can we join this multiselect field directly with other table dataareaid or is there anyother way to write. Please find the sample query written below and confirm whether it is correct or not and suggest the needful.
select * from multiselecttable join custtable where multiselecttable.multiselectfield == custtable .dataareaid
Is this statement correct or how can i join multiselect field with other tables ? Please suggest