I have a dbs how-to file that I got quite some time ago, and it is fantastic. However, it doesn't give specific syntax on the [DELETE] command to delete individual records from a table. Looking at the [UPDATE] syntax, here is what I am thinking I need to do:
[DELETE]
TABLE
FIELD_NAME#'FIELD_VALUE'
[END]
Is this correct? If not, what is the proper syntax for the [DELETE] dbs command? Thanks in advance.