home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Shareware / Programare / bugzero / WEB-INF / classes / sql / update_assignment2.sql < prev    next >
Encoding:
Text File  |  2003-09-03  |  179 b   |  9 lines

  1. # update assignement in case the case of the assignable is different
  2. UPDATE assignment 
  3. SET person_id=?,
  4.     sort_order=?,
  5.     assignable=?
  6. WHERE assignable=?
  7.   AND project_id=?
  8.  
  9.