summaryrefslogtreecommitdiffstats
path: root/systemtest/testcases_mandatory/test_select/test_rasql/where_clause.rasql
diff options
context:
space:
mode:
Diffstat (limited to 'systemtest/testcases_mandatory/test_select/test_rasql/where_clause.rasql')
-rw-r--r--systemtest/testcases_mandatory/test_select/test_rasql/where_clause.rasql1
1 files changed, 1 insertions, 0 deletions
diff --git a/systemtest/testcases_mandatory/test_select/test_rasql/where_clause.rasql b/systemtest/testcases_mandatory/test_select/test_rasql/where_clause.rasql
new file mode 100644
index 0000000..5372b50
--- /dev/null
+++ b/systemtest/testcases_mandatory/test_select/test_rasql/where_clause.rasql
@@ -0,0 +1 @@
+select test_grey - test_grey2 from test_grey, test_grey2 where some_cells( test_grey - test_grey2 > 50 )