How does that work ..
When i cannot pass a temp table code how does the input parameter work..
I'm talking hundreds of values in code ...
code = select code from tablea;
varout = select * from myview ( 'PLACEHOLDER' = ('$$PCode$$', :code ));
How does that work ..
When i cannot pass a temp table code how does the input parameter work..
I'm talking hundreds of values in code ...
code = select code from tablea;
varout = select * from myview ( 'PLACEHOLDER' = ('$$PCode$$', :code ));