Cao Kai

Results 24 comments of Cao Kai

replace算子的问题 ``` mysql> /* adfa */ replace into t0 values (3); ERROR 1105 (HY000): You have an error in your SQL syntax; check the manual that corresponds to your MatrixOne...

还是replace的问题,复现步骤: ``` create database test_db; use test_db; create table t0 (a int primary key); create database test; use test; replace into test_db.t0 values (1); #[42S02][1146] no such table test.t0 ```

复现问题,mo执行一条超长的replace into会stack overflow sql片段, 需要全部sql私聊我 ```sql /* [0-0, 1730089025713908000-1) */REPLACE INTO `tpch_10g`.`orders` VALUES (1,369001,'O','186600.18','1996-01-02','5-LOW','Clerk#000009506',0,'nstructions sleep furiously among '),(2,780017,'O','66219.63','1996-12-01','1-URGENT','Clerk#000008792',0,' foxes. pending accounts at the pending, silent asymptot'),(3,1233140,'F','270741.97','1993-10-14','5-LOW','Clerk#000009543',0,'sly final accounts boost. carefully...

> 复现问题,mo执行一条超长的replace into会stack overflow > > sql片段, 需要全部sql私聊我 > > ```sql > /* [0-0, 1730089025713908000-1) */REPLACE INTO `tpch_10g`.`orders` VALUES (1,369001,'O','186600.18','1996-01-02','5-LOW','Clerk#000009506',0,'nstructions sleep furiously among '),(2,780017,'O','66219.63','1996-12-01','1-URGENT','Clerk#000008792',0,' foxes. pending accounts at the pending,...