HI ,
If you want to delete a particular record then use where condition for delete
DELETE { {FROM target [WHERE sql_cond]}
| {target FROM source} }.
thanks
Vijay
HI ,
If you want to delete a particular record then use where condition for delete
DELETE { {FROM target [WHERE sql_cond]}
| {target FROM source} }.
thanks
Vijay