How to assign Multiple values to SQL variable
Hi, I'm trying to input multiple values from the jmp file into SQL variable. Something doesn't seem to work User will input the following file and the columns values are stored in the variable specVal .
I declared @ SPEC = ^specVal^ (Contains 3 values ) in SQL Something doesn't seem to be correct. Names Default To Here( 1 );
Clear Globals();
Clear Log();
specVal = "";
NW = New Window( "DLT Data
...