There is a query function usable with the Oracle ExaData platform that enhances the efficiency of a query by specifying the threads used -
select /* + parallel(10) */ {field}
yes, the /* & */ are part of the SQL itself and do NOT function as a comment block.
Without creating a Command as the basis for a report, can this feature be implemented in Crystal?
Thanks!