Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Change background color in sql

630400Sep 5 2008 — edited Sep 5 2008
Could someone tell me what is wrong with this sql statement. The changing color part is not working:

select office,
case FUNDING
when 'Y' then span style="background-color:#0000FF;">'||FUNDING||'
end
from temp_ms_vv



This is the error I got:

failed to parse SQL query:
ORA-00905: missing keyword

Thanks,
Yivon
This post has been answered by 592960 on Sep 5 2008
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 3 2008
Added on Sep 5 2008
5 comments
914 views