aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/action/eval_drop.sql
blob: c5275e280163b5de98000c15fc8501f11c973ecc (plain) (blame)
1
2
3
4
5
6
7
/* syntax version 1 */
/* postgres can not */
use plato;

$path = (select min(Path) from folder(""));

drop table $path;