I just want to copy the result set of this query into another table using Java:
select basescore, count(*) from log
group by basescore ;;;;;suppose________INTO log2 FROM log
I have tried a lot but it gives me errors can anybody help please. thanks in advance!