컴퓨터/MariaDB
MariaDB DELETE
sayyesdoit
2022. 2. 23. 11:32
DELETE FROM table_name WHERE condition;
DELETE FROM table_name WHERE condition;