MySQL Forums
Forum List  »  Newbie

error 1064(42000)
Posted by: Reeta kushwaha
Date: January 15, 2023 09:24PM

UNABLE TO CREATE BELOW TABLE, PLEASE HELP ME OUT

Server version: 8.0.31 MySQL Community Server - GPL


mysql> use banking
Database changed
mysql> create table account (name varchar(10),accn varchar(10),dob varchar(10),add varchar(10),cn varchar(10),ob int);
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'add varchar(10),cn varchar(10),ob int)' at line 1
mysql>

Options: ReplyQuote


Subject
Written By
Posted
error 1064(42000)
January 15, 2023 09:24PM
January 16, 2023 03:38AM
January 16, 2023 07:45AM
January 16, 2023 08:21AM


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.