Changeset: f428492f0af1 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f428492f0af1
Modified Files:
sql/rel.txt
Branch: pp_hashjoin
Log Message:
brief info. about column order in the result
diffs (14 lines):
diff --git a/sql/rel.txt b/sql/rel.txt
--- a/sql/rel.txt
+++ b/sql/rel.txt
@@ -1,3 +1,10 @@
+==========================
+All relational operators:
+
+* MUST return the resulting columns in the order specified by the SQL standard:
+ * single operant: rel->exps
+ * multi-operants: rel->l, rel->r[, rel->attr]
+==========================
BASETABLE
(card MULTI)
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]