selastin bel

selastin bel

  • NA
  • 68
  • 21.7k

write stored procedure for this table

May 28 2014 8:12 AM
->please send the update query  Stored Procedure
its my table 
ID   name               task                                                Shift      Status                           
1       Selastin           DragAndDrop                               Morning        Pending                   
2       Rasim             CopyPaste                                   Evening                         
3       Robin              updateAntivirus                            Morning        Pending
4       Dileep             insertTask                                   Morning
5       Binu                Automaticupdation                       Evening
 

SAMPLE OUTPUT 
  ID              name                             task                                  Shift      Status               

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

Answers (3)