Hello,
I'm trying to build a SQL in a Formula Column, the query is this :
select count(*)
into resul1
from dcarpro dc
WHERE dc.codagruest in (:P_AGRUEST);
:P_AGRUEST is a character parameter.
Here in :P_AGRUEST I get a string like this ('01','02','03')
This query...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.