Hi,
How to create the stored procedure for update & delete if any of the column value is empty in database its not updating the row.
eg: name, age, place, date.
there are 4 columns 3columns has value and 1column does not have value in db.
but when passing parameters.
it should check if all the parameters values are passed are not if not it should set the value as null for which parameter is empty.
SATHIYANARAYANAN