Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
301 views
in Technique[技术] by (71.8m points)

DolphinDB GUI中查看变量报Invalid value for HourOfDay错误

同一个表在dolphindb.exe下输命令能查到,但是在GUI里就查不到,一样的查询命令,如下面2个图:pgd_20200427203103.jpgpgd_20200427203104.jpg
,而且在GUI中browse变量会报Invalid value for HourOfDay错误,是什么原因?
我的gui版本是1.10.0,跟表中有个字段是中文有没有关系?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

这个分区的数据可能有问题,时间字段的值非法了。试着单独select一下这个分区的数据看看,如select time from table,其中的time为时间字段.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...