Advertisement
Guest User

Tonya Torshin

a guest
Jul 21st, 2008
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1. UPDATE
  2.     test_email_notification
  3. SET
  4.     title = :0,
  5.     incident_type_id = :1,
  6.     status_id = :2,
  7.     notify_email = EMPTY_CLOB(),
  8.     notify_user_id = :4,
  9.     notify_user_coverage_yn = :5,
  10.     notify_status_id = :6,
  11.     notify_group_id = :7,
  12.     notify_group_coverage_yn = :8,
  13.     email_subject = :9,
  14. @@  email_body = EMPTY_CLOB() email_yn = ?,
  15.     bulletin_yn = ?,
  16.     auto_send_yn = ?
  17. WHERE
  18.     notification_id=145
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement