error "Invalid expression: ] , INT [ ] ])"

when following this code in tutorial of arrayVector I got an error  "Invalid expression: ] , INT [ ] ])" when executed the following code. Tutorial link https://www.dolphindb.cn/cn/help/200/DataTypesandStructures/ DataForms/Vector/arrayVector.html 

Code:-

t = table(1:0, `id`price`val, [INT, DOUBLE[], INT[]]);

insert into t values(1,[1.1 1.2],[[1,2]]);

t;

Edit:-

using version 1.30.16

请先 登录 后评论

最佳答案 2022-02-07 19:53

What version of Dolphindb Server do you run?

请先 登录 后评论

其它 0 个回答

  • 1 关注
  • 0 收藏,856 浏览
  • Vishvesh Upadhyay 提出于 2022-02-05 21:36

相似问题