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!

Unable to get a dynamic value with WITH = Command

848002Mar 25 2011 — edited Mar 30 2011
Hi all !

I got this command :

WHERE "DM2_XWC_COMPTE"."COMPTE_CENTRE_ACT_N2" like '%' || :P16_N53 || '%'
AND "DM2_XWC_COMPTE"."COMPTE_CENTRE_ACT_N3" like '%' || :P16_N54 || '%'
AND "DM2_XWC_COMPTE"."COMPTE_CENTRE_ACT_N4" like '%' || :P16_N5 || '%'

But this don't work when I write it like that :

WHERE "DM2_XWC_COMPTE"."COMPTE_CENTRE_ACT_N2"= :P16_N53
AND "DM2_XWC_COMPTE"."COMPTE_CENTRE_ACT_N3" = :P16_N54
AND "DM2_XWC_COMPTE"."COMPTE_CENTRE_ACT_N4"= :P16_N5

Some one know what is the good syntax to get it working ?

Thanks in advance !
This post has been answered by Joel_C on Mar 30 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 27 2011
Added on Mar 25 2011
3 comments
93 views