You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysql> REPLACE INTO study VALUES(12 , 'ij' , 112);
Query OK, 1 row affected (0.00 sec)
Expected behavior
Prompt you do not support this syntax for the time being
How To Reproduce
CREATE TABLE study(
ID INT NOT NULL PRIMARY KEY AUTO_INCREMENT ,
NAME VARCHAR(20) NOT NULL,
AGE INT(10)
)ENGINE=STONEDB;
INSERT INTO study VALUES(12 , 'a' , 10);
REPLACE INTO study VALUES(12 , 'ij' , 112);
Environment
Ubuntu 20.04.4 LTS
Server version: 5.6.24-StoneDB
Additional context
The text was updated successfully, but these errors were encountered:
Describe the problem
mysql> REPLACE INTO study VALUES(12 , 'ij' , 112);
Query OK, 1 row affected (0.00 sec)
Expected behavior
Prompt you do not support this syntax for the time being
How To Reproduce
CREATE TABLE study(
ID INT NOT NULL PRIMARY KEY AUTO_INCREMENT ,
NAME VARCHAR(20) NOT NULL,
AGE INT(10)
)ENGINE=STONEDB;
INSERT INTO study VALUES(12 , 'a' , 10);
REPLACE INTO study VALUES(12 , 'ij' , 112);
Environment
Ubuntu 20.04.4 LTS
Server version: 5.6.24-StoneDB
Additional context
The text was updated successfully, but these errors were encountered: