Hi!
A select-statement (SQL) returns the output of multiple values. Each value should be assigned to a variable. Example: A select-statement return the following values: 3, %, Month, 1515911, 51951591 Each value should be assigned to a seperate variable. (Variable 1 => 3, Variable 2 => %, Variable 3 => Month, Variable 4 => 1515911, Variable 5 => 51951591)
Solution is appreciated!
Thank you.