Hi Team, I am trying to query service for a dataset 'TEST_DATASET" which has an Array field - "products"I am trying to query in Query Service -select field1, field2, field3, productsfrom TEST_DATASETwhere VARCHAR(products) like '%pencil%' Basically i am trying to check if the 'product' field, which...