The database version mariadb 10.3.16 I have a JSON of objects labels: an array of strings
So when I am querying just the labels value, I have the result
["label1", "label7"]
["label2", "labeltest"]
["label1", "labeltest"]
How can I extract only distinct values from here?