DeleteRecords Transact-SQL Stored Procedure

This Transact-SQL stored procedure deletes a set of records based on search criteria.

Parameter Name

Type

Description

p_search_str

VARCHAR2

The criteria used to create the WHERE clause that selects the records to be deleted.

p_num_deleted

INTEGER

Output

The number of records deleted.

See Also

Transact-SQL Stored Procedures for Microsoft SQL Server