Delete records from a table
- Last UpdatedJun 17, 2024
- 1 minute read
You can use two SQL functions to remove records from a database table.
SQL Access provides two functions to delete table records:
-
SQLClearTable() deletes records from a table.
-
SQLDelete() deletes records from a table that match a specified condition.