already had a streaming table, some data has been written in. now i need to add a column.
sample here:
n=10
ticker = rand(`MSFT`GOOG`FB`ORCL`IBM,n)
x=rand(1.0, n)
t=streamTable(ticker, x)
share t as st
ctreated a streaming table which only have X columns, how to add a Y columns?