hilmawanyr

Untitled

Feb 24th, 2020
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.51 KB | None | 0 0
  1. update assessment_form_weight set weight = 2.5 where job_group_code = 'G3I' and level = 4 and unit = 2;
  2. update assessment_form_weight set weight = 10 where job_group_code = 'G3I' and level = 2 and unit = 3;
  3. update assessment_form_weight set weight = 5 where job_group_code = 'G3I' and level = 4 and unit = 3;
  4. update assessment_form_weight set weight = 7.5 where job_group_code = 'G3I' and level = 4 and unit = 4;
  5. update assessment_form_weight set weight = 10 where job_group_code = 'G3I' and level = 4 and unit = 5;
Add Comment
Please, Sign In to add comment