Hi All,
In SQLScript, if I declare a local variable and use "select...into..." to assign value to it, is that declarative or imperative logic?
And how does that affect parallelism?
According to the SQLScript guide, this is imperative. But isn't a select statement declarative?
Thanks in advance.
Regards,
Jason