Hi rrrkrishnan the sample code you posted did not work.
insert into FanSize1 (%To many field to list on here%)
select %To many field to list on here%
case when fantype='CA' then 'TPD'
when fantype='CABD' then 'TPB'
end
from FanSize1 where fantype in...
I have a table that has a Fantype field in it and other fields and data and two of the Fantypes are
CA
CABD
I need to add two new fans TPD & TPB these fan types are the same as
CA and data = TPD and same data
CABD and data = TPB and same data
I want to add the new fans but use the same data...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.