I want to select the record of a single customer, let's say a customer whose id is 2 from the table named giftcards. In giftcards the id of customers is store in JSON format (column = customerid). How can I do this? I'm working with PHP.
Gifcards table structure is shown here