Delete a table
Delete a table
Situation: Sometimes when testing a pipeline, you mess up a table (e.g., append the wrong index), you just need to delete and start over.
TRUNCATE TABLE public.name_of_table;
For more content on Data and DAOs find me on Twitter.