Viewing 5 posts - 1 through 5 (of 5 total)
Yeah that helps, how do you execute it on all instead of specifing 544?
Thanks
Ben
May 31, 2012 at 6:15 am
Hi,
I've edited my last post to try make more sense regarding setting column 1 value. Below is just one of many that look the same, it needs to check that...
May 31, 2012 at 5:09 am
Thanks for that, apologies if one of the previous posts answers my question, the value in column 1 needs to be automatically generated.
If Not Exists(Select * From group_application Where application...
May 31, 2012 at 4:49 am
Or will this work,
UPDATE Community
Set NetworkLogin = 'c' + cast(id as varchar(255))
FROM Community INNER JOIN
Constituencies ON "ID" = "ID"
WHERE ConstitCode = '@PC'
September 8, 2011 at 4:33 pm
Awesome, that's great.
Can I push my luck even further...
We'd like it to update only records where a column in another table equals a particular value. For example, another table called...
September 8, 2011 at 4:26 pm
Viewing 5 posts - 1 through 5 (of 5 total)