Anyone know if there is a way to delete all rows i...
# help
d
Anyone know if there is a way to delete all rows in a table? instead of using .delete.match()
g
.from('table').delete() with nothing else
d
Thanks, just tried that actually
Thanks man, cheers!