MySQL Forums
Forum List  »  MySQL Workbench

Wich Preference is wrong
Posted by: Maximilian Groß
Date: August 19, 2023 08:01AM

My problem is probably because of the attitudes?!

For each block of code I have to open a new tab; the separation of the code blocks and their separate execution does not work.

An Example:

CREATE TABLE tier(
tiernumme int,
tiername varchar(225),
tierart varchar(225),
vorkommen varchar(50)
) ;

ALTER TABLE tier
ADD tierfarbe varchar(225);

generates the error message:

Error Code 1050: table "tier" already exists

Thanks for Your Support

Options: ReplyQuote


Subject
Views
Written By
Posted
Wich Preference is wrong
303
August 19, 2023 08:01AM


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.