home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 May
/
CMCD0505.ISO
/
Software
/
Shareware
/
Programare
/
bugzero
/
WEB-INF
/
classes
/
sql
/
update_field2.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-06-11
|
157 b
|
8 lines
# update fieldset in case the case of the item is different
UPDATE fieldset
SET item_order=?,
item=?
WHERE item=?
AND field_name=?
AND project_id=?