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!
In this query I'm displaying an image and its ID. But I want to set the max width for the displayed image select ID ,sys.dbms_lob.getlength("CONTENT") "IMAGE" from ECOMMERCE_TEST_IMAGENES where ID = :P2_ID_AUX Please help, how can I do it?