selastin bel

selastin bel

  • NA
  • 68
  • 21.7k

update query in stored procedure

May 28 2014 2:11 AM
-> 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)