selastin bel

selastin bel

  • NA
  • 68
  • 21.7k

please write stored procedure in update table

May 28 2014 9:13 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

my problem is morning pending task update the evening of user. (condition:morning user not assign the shift of evening) please try Stored procedure

Answers (3)