Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: The return result of replace into syntax is wrong #34

Closed
422351990 opened this issue Jun 19, 2022 · 1 comment
Closed

bug: The return result of replace into syntax is wrong #34

422351990 opened this issue Jun 19, 2022 · 1 comment
Labels
A-question Further information is requested

Comments

@422351990
Copy link

Describe the problem

mysql> REPLACE INTO study VALUES(12 , 'ij' , 112);
Query OK, 1 row affected (0.00 sec)
image

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

@422351990 422351990 added the A-bug Something isn't working label Jun 19, 2022
@haitaoguan
Copy link
Collaborator

StoneDB nonsupport replace into.
@hustjieke

@hustjieke hustjieke added A-question Further information is requested and removed A-bug Something isn't working labels Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants