matrixone icon indicating copy to clipboard operation
matrixone copied to clipboard

[Bug]: After creating a temporary table, the table data can be queried in a new session

Open heni02 opened this issue 3 years ago • 0 comments

Is there an existing issue for the same bug?

  • [X] I have checked the existing issues.

Environment

- Version or commit-id (e.g. v0.1.0 or 8b23a93):
- Hardware parameters:
- OS type:
- Others:

Actual Behavior

session1: image session2: image

Expected Behavior

No response

Steps to Reproduce

create temporary table jtable(a int);
insert into jtable values(2);
select * from jtable;

Additional information

No response

heni02 avatar Oct 12 '22 02:10 heni02