Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set variable with table content

Hi,

How can I set a variable with a row?

Something like this:

TABLE:

LOAD ID;

SQL SELECT ID FROM TABLE1 WHERE ID=1;

Set variable = ID

1 Reply
Not applicable
Author

Hi,

look for

LET vID = Peek('ID', 0, 'TableName');

Good luck!

Rainer