To delete rows from a table, use the DELETE FROM statement.
For example, to delete all rows from the table APPLICATIONS when the status is DOWN, issue this command:
ADDRESS SQL "DELETE FROM APPLICATIONS WHERE STATUS = 'DOWN'"
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |