Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个内存表“t1”并通过 DolphinDB Java API 将数据加载到其中。然后我启动DolphinDG java GUI,“select * from t1”,为什么“t1”无法识别?
t1是Java API连接创建的会话中的局部变量,对其他会话是不可见的。GUI 连接创建了一个新会话。如果您想查看t1所有会话,请分享t1
t1