Hi,
I want to delete a multiple records from stored procedure in a single execution using INPUT parameter.
For example, i want to delete multiple records from EMP tables. The input parameter for this is Empnos(7348,7399,7468). Here i want to delete Employee numbers 7348,7399,7468 in a single execution
Can any one give me suggestion for this. Thanks in advance
Regards,
Sudhakar
I want to delete a multiple records from stored procedure in a single execution using INPUT parameter.
For example, i want to delete multiple records from EMP tables. The input parameter for this is Empnos(7348,7399,7468). Here i want to delete Employee numbers 7348,7399,7468 in a single execution
Can any one give me suggestion for this. Thanks in advance
Regards,
Sudhakar