https://learninghub.kx.com/forums/topic/how-to-add-all-sym-into-one-list
Hi, Masters:
I have a table with sym field, for example:
q)show t:(sym:(1+5?5)?:5?`3)
sym
,ceo
edcedc
edcapa
mlfceo
ijl
apa
apamlf ,
mlf
How to add each sym and make it be a list, such as: ceo
edcedc
edcapa
mlfceo
ijlapa
apamlf
mlf ?
Thanks