new years fireworks 2021 code example
Example: 2020 new year
DELETE FROM the_year_2020 WHERE name LIKE "%covid%" OR "%coronavirus%";
-- You know what... to hell with it.
DROP TABLE the_year_2020;
DELETE FROM the_year_2020 WHERE name LIKE "%covid%" OR "%coronavirus%";
-- You know what... to hell with it.
DROP TABLE the_year_2020;