kdb+ and q
Q+A on all things kdb+ database and the q language
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! 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`edc`edc`edc`apa`mlf`ceo`ijl`apa`apa`mlf,`mlf How to add each sym and make it be a list, such as: `ceo`edc`edc`edc`apa`mlf`ceo`ijl`apa`apa...