Microsoft
Software
Hardware
Network
Question : SQL 2005 Update Multiple Records
I want to move data from 'userfield1' to '[desc]' in a table called 'files' for a select number of records. It's a total of 211 rows which need to be updated. Each row has a field 'tempid' which is the box # the files are in. There are 15 boxes containing these 211 files. I was going to run the query below, but I don't think it looks correct:
update files, set [desc] = userfield1
where tempid in ('0028903',
'0028907',
'0036817',
'0036814',
'0041748',
'0041751',
'0041735',
'0041738',
'0041741',
'0041742',
'0041746',
'0041749',
'0041752',
'0060431',
'0060430')
Thanks.
Tim
Answer : SQL 2005 Update Multiple Records
hi Tim
should be ok if what you want to do is make the desc field = userfield1 for those specific tempid entries.
Random Solutions
How to block mulitple ports within a range in mmc?
Jquery NoConflict Issue
How to install Solaris 10 in 2 disks at the same time or 4 disks using zfs, need good documentation on zfs
How to block video and audio streaming in ISA 2006
Will there be a 13" Macbook with an iCore processor anytime soon? Safe to buy C2D?
how do i create a vfp exe which i can call with command line parameters
Mac backup: unsupported file characters
HP dl360 G6 Raid Driver for Windows 2008 64-bit
Info@... users Not receiving email
asp.net, c#, drop down list error