Wich Preference is wrong
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
Subject
Views
Written By
Posted
Wich Preference is wrong
356
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.