Hi
If I made a query with CALL SQL ... AS xxx. Is there any way to return more than
one object? Cause usually we use
this
kind of queries when calculus are too complex or too many rows are returned. For
example:
Select i.*, sum(..parcial_cost.) total_cost from .....
Is there any way to implement it?
Thanks all and Merry Christmas
