2021-03-10
閱讀量:
499
mysql1146:xxx表不存在
錯誤提示什么
回復(fù):test.t1不存在,執(zhí)行創(chuàng)建表的代碼并插入數(shù)據(jù)
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






評論(0)


暫無數(shù)據(jù)
推薦帖子
0條評論
1條評論
0條評論