i have a class called query and subqurey. i have method called read queries(List<String> queryTokens) how to make this method that each time it sees select it make a new query?
select epl where Goals > 2
select epl or liga where Goals > 2 and Goals < 5 and Assists > 0.1
select epl where Matches != 2 and Matches != 4 and Matches != 6 and PKAttempts > 0
select epl or liga where Goals > 5 and Goals <= 6 and Minutes >= 1245
select liga where Goals = 12 and OwnGoals > 0