Hi;
Can someone help me forming the following query.
I have a table with name, value, environment as column names. And the
data looks like
JMSHost prdIPAddress production
JMSHost devIPAddress development
JMSPort Portnumber production
As you can see, the config table contain the values for different
environments. I would like to select all the "production" values first
and overwrite with an specific environment value. For eg, if its
"development" I would like to get the data of rows 2 and 3.
I hope this is clear. I appreciate your help on this.
Thanks