Is there a way to write a generic dataStructure when using several sql Statement ?
In my report, I wrote several sql statements with numerous elements and the dataStructure is now very fastidious to generate and maintain manually.
Is there a way to significate that a 'group' is simply the result of the 'Q1' sqlStatement without enumerating all the elements ?
I'm searching for a '/*' or equivalent.
Regards.