Viewing 3 posts - 1 through 3 (of 3 total)
I have a new problem now
It seems the conditions in the update statement are susceptible to change.
So, I was thinking about having all the case statements in a table
something...
October 16, 2008 at 1:36 am
Thanks all for your replies
They were extremely useful
October 15, 2008 at 9:02 pm
Thanks for your reply.
The problem with having separate update statements for range and some_value is that certain update statements use both the columns.
E.g. update large_table
set field1 = 4.00
where range >...
October 15, 2008 at 12:21 am
Viewing 3 posts - 1 through 3 (of 3 total)