MySQL Forums
Forum List  »  Newbie

Creating First Database
Posted by: Shannon Gallagher
Date: January 01, 2022 08:43AM

Hello,
I hope someone can help me.
I created a new database with no trouble.
Each time I tried to create a table, I kept getting the 1064 error code. I used the wizard to enter my tables but now I am getting the same error code when I try to insert data into my tables.

I tried may different ways to enter the tables and data but the red X never goes away.
Here is my latest example:

INSERT INTO employees (emp_id, employee_rate, employee_name)
VALUES (001, 15.00, Shannon);

Any help would be greatly appreciated.
Shannon

Options: ReplyQuote


Subject
Written By
Posted
Creating First Database
January 01, 2022 08:43AM
January 01, 2022 09:33AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.