Re: mySQL - error 1064
create table friends (
lastname varchar(15) not null,
firstname varchar(15) not null,
callprefix varchar(9) null,
phone varchar(10) null,
region char(2) not null,
zip varchar(5) null
);
Query OK, 0 rows affected (0.05 sec)
Subject
Views
Written By
Posted
1135
October 23, 2021 09:57AM
648
October 23, 2021 12:24PM
467
October 24, 2021 02:27AM
Re: mySQL - error 1064
561
October 24, 2021 10:43AM
481
October 26, 2021 02:31AM
508
October 26, 2021 03:58AM
581
October 26, 2021 05:03AM
522
October 26, 2021 09:40AM
476
October 26, 2021 09:54AM
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.