Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8538

Re: Use of User Input Variables?

$
0
0

Hello Oleg

 

on SP7 the following works

 

SELECT * from ProcView(PLACEHOLDER."$$anint$$"=> 5,PLACEHOLDER."$$another$$"=> 7 );

 

OR

 

SELECT * from ProcView('PLACEHOLDER'=('$$anint$$', '5'),'PLACEHOLDER'=('$$another$$', '7'));


Warm regards

aadi


Viewing all articles
Browse latest Browse all 8538

Trending Articles