by Federico Razzoli | Aug 6, 2020 | MariaDB
MariaDB implemented several improvements to the DROP TABLE statement. We summarise them here. This article will be kept up to date when MariaDB implements further improvements, in the future. Loch Lomond, Scotland Contributions Before listing the improvements,...
by Federico Razzoli | Aug 5, 2020 | MariaDB
Many DBMSs support a way to get information about a rows we just deleted, updated, or inserted. The syntax varies depending on the DBMS, and some of them allow more options than others. Currently MySQL has no similar feature. MariaDB supports the RETURNING keyword for...