Guest User

Untitled

a guest
Oct 16th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ## this is what you get
  2. select
  3. *
  4. from
  5. employee_application
  6. where
  7. web_form_id = 237903
  8.  
  9. ## this updates the data so HR can be on their way
  10. update
  11. employee_application
  12. set
  13. PositionNumber = '006590',
  14. PositionTitle = 'Clinical Instructor'
  15. where
  16. web_form_id = 237903
Add Comment
Please, Sign In to add comment