You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
selectsum(l_extendedprice * l_discount) as revenue
from
lineitem
where
l_shipdate >=date'1994-01-01'and l_shipdate <date'1994-01-01'+ interval '1' year
and l_discount between .06-0.01and .06+0.01and l_quantity <24;
MonetDB MAL details (An Example from TPC-H Q6)
Code snippet
SQL code
MAL code (for WHERE)
Details
mtime.addmonths
: returns a new date by adding monthsalgebra.subselect
: selects items by a boolean mask ()algebra.thetasubselect
: see source codeRemaining questions
discount
is treated as a long int column.sql.bind
The text was updated successfully, but these errors were encountered: