blob: 85ee87a8d91e08da0427c8439e9a7738fdc2acb6 [file] [log] [blame]
alexander.behm941c32b2012-07-08 22:16:38 +00001/*
2 * Description : Tests that non-datascan unnests are rewritten into joins.
3 * Success : Yes
4 */
5
6drop dataverse test if exists;
7create dataverse test;
8use dataverse test;
9
10write output to nc1:"rttest/unnest-to-join_01.adm";
11
12for $x in [1,2,3,4,5,6]
13for $y in [4,5,6,7,8,9]
14where $x = $y
15return $y