Deleting tables with weird symbols in MariaDB
Created on 2021-02-10T19:57:57-06:00
Use backticks/graves. For whatever reason single and double quotes don't work.
drop database `extreme-salad`;
Created on 2021-02-10T19:57:57-06:00
Use backticks/graves. For whatever reason single and double quotes don't work.
drop database `extreme-salad`;