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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-09-03
|
179 b
|
9 lines
# update assignement in case the case of the assignable is different
UPDATE assignment
SET person_id=?,
sort_order=?,
assignable=?
WHERE assignable=?
AND project_id=?