stevehatpa
Technical User
I'm somewhat of a novice with SQL 2000, so please bear with me.
I have created a large query in SQL Query Designer. Unfortunately I cannot use CASE statements in this. Essentially I need to all values in column TX_PA_HOMESTEAD.HOMESTEAD_12, that are less than 51 to become 50, and all other values to stay what they are. The statement below is what I tried and it did not work.
WHEN TX_PA_HOMESTEAD.HOMESTEAD_12<51 THEN 50 ELSE TX_PA_HOMESTEAD.HOMESTEAD_12
Does anyone have ideas as to what I can put in query designer to get the results I need?
Thanks!
Steve H.
I have created a large query in SQL Query Designer. Unfortunately I cannot use CASE statements in this. Essentially I need to all values in column TX_PA_HOMESTEAD.HOMESTEAD_12, that are less than 51 to become 50, and all other values to stay what they are. The statement below is what I tried and it did not work.
WHEN TX_PA_HOMESTEAD.HOMESTEAD_12<51 THEN 50 ELSE TX_PA_HOMESTEAD.HOMESTEAD_12
Does anyone have ideas as to what I can put in query designer to get the results I need?
Thanks!
Steve H.