Re: Workbench update query unresponsive
Thank you Peter.
Here is the correct DLL :
CREATE TABLE `test` (
`ID` int NOT NULL AUTO_INCREMENT,
`Test_col1` int DEFAULT NULL,
PRIMARY KEY (`ID`),
UNIQUE KEY `ID_UNIQUE` (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
Other queries that I created earlier works as expected. Maybe I inadvertently changed a setting ?
Regards
Subject
Views
Written By
Posted
1411
August 18, 2022 08:24AM
538
August 18, 2022 09:56PM
600
August 19, 2022 02:17AM
Re: Workbench update query unresponsive
585
August 19, 2022 12:08AM
521
August 19, 2022 12:45AM
739
August 19, 2022 02:23AM
752
August 19, 2022 05:28AM
564
August 19, 2022 03:19PM
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.