在使用达梦数据库执行sql脚本时,出现“-6111:字符串转换出错”
表结构:
create table "my_test_table"(
"id" varchar(10) not null,
"name" varchar(20) not null
);
出问题sql:
在使用达梦数据库执行sql脚本时,出现“-6111:字符串转换出错”
表结构:
create table "my_test_table"(
"id" varchar(10) not null,
"name" varchar(20) not null
);
出问题sql:
1618

被折叠的 条评论
为什么被折叠?