I got a value from table:
zs_code zs_name
a James
b John
c Mikael
i want to convert the zs_name column to one string to be like below:
["James", "Mikael", "John"]
mean the string value is like above.
may anyone help me?