MySQL Forums
Forum List  »  PHP

Re: cross join check syntax please
Posted by: John carey
Date: April 29, 2022 06:36PM

is this correct?


create table mygallery2(
custid int not null,
refnbr int not null,
pseudo varchar not null,
musician varchar not null,
nickname varchar not null,
group1 varchar not null,
description varchar not null,
status varchar not null,
date varchar not null,
price varchar not null,
picture varchar not null,
email varchar not null,
primary key(custid),
foreign key(custid)references subscribe2(custid)
);

Options: ReplyQuote


Subject
Written By
Posted
Re: cross join check syntax please
April 29, 2022 06:36PM


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.