Displaying 1 result from an estimated 1 matches for "email_product".
2006 Apr 11
1
Ad hoc query from derived view
...from (select case
when short_desc like ''%prod%''
then
''Production''
else
email_product
end product
,case
when version = ''prod'' and
priority = ''P4'' then
''PCR''...