q
q copied to clipboard
Can't run nested subquery
Hi,
Running a query like this:
SELECT c1 FROM (SELECT c1,sum(c2) FROM result.txt GROUP BY c1)
results in this error:
No files matching '(SELECT' have been found
Any solution?
@aghasemi Please see also #102. It may helps you.
Hi @aghasemi . Sorry, selecting from subqueries is not supported. As @serima noted (thanks!), the other issue might help.
I'm considering adding support for this capability in the upcoming version.
@harelba that'd be great !