<< Click to Display Table of Contents >>
Delete |
Use the Delete command with the next SQL syntax.
DELETE
FROM Table1
WHERE Table1.Field = '<%Value%>'
NOTE |
A Query's Execute method must be used in a SQL command without a return, such as Delete or Update. The ImmediateExecute parameter indicates whether that operation passes through database's operation queues (configured as False) or is sent directly to the database (configured as True). |