I\'m creating a JasperReport using iReport, and as such, I\'m limited* to one SQL query.
I have a table \'statistics\', with a \'name\' (VARCHAR), \
You have 2 options:
1) Remove the 'as' part of each query and then it will come as 1 column that won't have a name
2) Create a temp table and insert those rows into a temp table and then query the temp table