sql - Displaying data with JSON encapsulated data -


hello have series of rows in sql one:

id      labels 979392  [2065027,236757,1831024,2398859,2497110] 

now convert multiple rows this:

id      labels 979392  2065027 979392  2036757 979392  1831024 979392  2398859 979392  2497110 

any ideas?

regards.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

android - How to prevent keyboard from closing when bottom dialog is open? -