summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/action/table_content_before_from_folder.yql
blob: bd6ee020d455ae0dece99f57ba51b570166e286a (plain) (blame)
1
2
3
4
5
6
7
/* syntax version 1 */
/* postgres can not */
use plato;
pragma yt.EvaluationTableSizeLimit="1";
select * from Input limit 1;
$tables = (select aggregate_list(Path) as dates from folder("") where Path like "Input%");
select count(*) from each($tables);