Is it possible to empty a table without dropping it?
@tk PostgreSQL
@matrix Try DELETE FROM table_name;
@tk Looks like it worked. I just need to vacuum it.
Mainly gaming/nerd instance for people who value free speech. Everyone is welcome.
@matrix Try DELETE FROM table_name;