what's faster? DELETE * FROM table_name; or DELETE * FROM table_name where 1=1; why? does truncate table ...
stackoverflow.com