I have a huge SQL file, and I want it to not insert a specific table.
The code is
CREATE TABLEW IF NOT EXISTS 'table_name'
Is there some way to ignore it all somehow? I don't want this table to be created, but I can't remove about a million lines manually.