Change background color in sql
630400Sep 5 2008 — edited Sep 5 2008Could 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