3
Answers

update query in stored procedure

selastin bel

selastin bel

10y
603
1
-> i have attached my table image
-> morning pending task update the evening user
->please send the update query  Stored Procedure
its my table 
 ID   name               task                                                Shift      Status                           
1       Selastin           DragAndDrop                               Morning        Pending                   
2       Rasim             CopyPaste                                    Morning      Pending                   
3       Robin              updateAntivirus                             Evening
4       Dileep             insertTask                                    Evening
5       Binu                Automaticupdation                        Evening
 
please send the update query Stored Procedure  
 SAMPLEOUTPUT 
  ID              name                             task                                  Shift      Status               

1               Robin                           DragAndDrop                     Evening          Pending     
2               Dileep                            CopyPaste                       Evening        pending         
3               Robin                            updateAntivirus                 Evening
4               Dileep                            insertTask                        Evening
5               Binu                               Automaticupdation            Evening



Answers (3)