Tuesday, September 21, 2021

Oracle Apex | Image Show | Product Image

decode(nvl(dbms_lob.getlength(p.prod_img),0),0,null,
'<img alt="'||apex_escape.html_attribute(p.prod_nm)||'" title="'||apex_escape.html_attribute(p.prod_nm)
||'" style="border: 4px solid #CCC; -moz-border-radius: 4px; -webkit-border-radius: 4px;" '
||'src="'||apex_util.get_blob_file_src('P11_PROD_IMG',p.prod_id)||'" height="75" width="75" />') detail_img

No comments:

Post a Comment

 https://www.linkedin.com/pulse/building-real-time-database-monitoring-dashboard-oracle-khaleeq-tpwxf/