摘要:
stonedb-包含decimal的存在union的派生表-语法不支持-分析
相关ISSUE: https://github.com/stoneatom/stonedb/issues/1873文章来源:https://www.toymoban.com/news/detail-486643.html
记录: https://stoneatom.yuque.com/staff-ft8n1u/lsztbl/rxlhws22n0f1otxn/edit#AqyB文章来源地址https://www.toymoban.com/news/detail-486643.html
DML:
表结构和数据:
decimal:
create table t1(c1 decimal(5,2)) engine=tianmu;
insert into t1 values(111.22);
create table t2(id int) engine=tianmu;
insert into t2 values(11122);
int:
create table t1(c1 int) engine=tianmu;
insert into t1 values(11);
create table t2(id int) engine=tianmu;
insert in
到了这里,关于2023-06-14 stonedb-包含decimal的存在union的派生表-语法不支持-分析的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!