I need to have a command to delete/purge all records from a particular table that I am working with, but having problems finding it in the docs. Thanks in advance.
DELETE FROM tablename
Thanks a mil... Working perfectly now.