aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/view/file_outer_library.sql
blob: b7e7ee2ad4c7a370cc29a936c111cdfec430a62a (plain) (blame)
1
2
3
4
5
6
/* postgres can not */
/* syntax version 1 */
pragma yt.ViewIsolation = 'true';
USE plato;
PRAGMA library('mylib.sql');
SELECT k, s, v FROM Input VIEW file_outer_library;