Re: SparkSQL TPC-H query 3 joining multiple tables
segment > = > 'BUILDING' AND o_orderdate < '1995-03-15' AND l_shipdate > '1995-03-15' > GROUP BY l_orderkey, o_orderdate, o_shippriority ORDER BY revenue desc, > o_orderdate LIMIT 10; > > The same syntax works when I join 2 tables (TPC-H query 12 for ins
SparkSQL TPC-H query 3 joining multiple tables
in advance, Samay -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/SparkSQL-TPC-H-query-3-joining-multiple-tables-tp13344.html Sent from the Apache Spark User List mailing list archive at Nabble.com. -