Za phone character(15)
jste přidali čárku
Zkuste toto:
CREATE TABLE customers (
cust_id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
Name character(30),
phone character(15)
);
Za phone character(15)
jste přidali čárku
Zkuste toto:
CREATE TABLE customers (
cust_id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
Name character(30),
phone character(15)
);