4
Answers

insert is not working in mysql 8.0

raj raj

raj raj

1y
585
1

use test
-- insert
INSERT INTO cust VALUES ('hi');
-- fetch 
SELECT * FROM cust

test is my database name cust is my table name have only 1 column varchar 

getting error code 1064 you have an error in syntax

Answers (4)