Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2023 08:32 AM
@Rishabh Shanker Hi. The array_contains function requires the below syntax
array_contains(array, value)The argument needs array as the first value and the element as the second value. So can you try
array_contains(table1.item_id, table2.id )