I have prepared the following paged query. The result returned from this query is in the JSON format below. I want to use the “ticket_team_id” from this result in another query using the IN operator. I tried a few attempts with split, but I couldn’t get the desired result. I would greatly appreciate it if you could guide me on the correct way .
I have configured it as JSON in MariaDB, but this field is apparently referred to as longtext in MariaDB. I am inserting data with Tagify, but the result returned is in string format, yes.
Actually, my question begins here: What should I do if the result is like this?
I don’t think this is a bug, seem mariadb uses longtext / text field types for JSON data.
What server model are you on? If on nodejs you can try using ticket_team_id.parseJSON()