Skip to Main Content

Oracle Forms

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!

Usage of trim in Oracle forms

The ExplorerNov 11 2009 — edited Nov 12 2009
Hi,

What is the procedure to use trim function inside a pl/sql block in oracle forms.

For ex : To trim the character ","
select trim(',' from ',street1') from dual ;
gives required output.

Now, if I would like to use it in forms on a variable then the following doesn't work
select trim(',' from 'v_strt_addr') into v1 from dual;
It gives, Encountered the symbol "FROM' when expecting one of the following.....error.

Please help.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 10 2009
Added on Nov 11 2009
5 comments
4,088 views