热线电话:13121318867

登录
2021-03-10 阅读量: 488
mysql1146:xxx表不存在

错误提示什么

image.png

回复:test.t1不存在,执行创建表的代码并插入数据

create table t1(key1 char,v1 int);

create table t2(key2 char,v2 int);

insert into t1 values('a',1),('a',2),('b',3),('c',4),('a',13);
                        
insert into t2 values('b',10),('b',11),('a',12),('a',13),('e',14);
                         
select * from t1;-- 5
select * from t2;-- 5




52.1946
0
关注作者
收藏
评论(0)

发表评论

暂无数据
推荐帖子