Join Discord
Powered by
Anyone know if there is a way to delete all rows i...
# help
d
DarrenJr
12/12/2021, 7:49 PM
Anyone know if there is a way to delete all rows in a table? instead of using .delete.match()
g
garyaustin
12/12/2021, 8:04 PM
.from('table').delete() with nothing else
d
DarrenJr
12/12/2021, 8:04 PM
Thanks, just tried that actually
DarrenJr
12/12/2021, 8:04 PM
Thanks man, cheers!
Previous
Next