To update the data, you can specify view descriptors in the PROC SQL INSERT, DELETE, and UPDATE statements. Here is a summary of these PROC SQL statements: DELETE deletes records from a CA-DATACOM/DB ...
For a non-trivial amount of rows, would it be quicker to write a seperate SQL statement for each (delete from foo where val = bar) or write a compound ...
SQL delete rows with join Here’s a quick and simple tip to delete database rows when a JOIN statement is required to filter the data. This question pops up more than you might think as it’s not ...