raj raj

raj raj

  • 1.5k
  • 256
  • 17.9k

insert is not working in mysql 8.0

May 5 2023 3:39 AM

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)