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
SELECT cout(*), sum(O_TOTALPRICE)
FROM TPC_H WHERE O_ORDERPRIORITY =2-HIGH AND R_NAME = EUROPE
GROUP BY N_NAME,R_NAME
HAVING O_ORDERDATE >='1993-01-01'AND O_ORDERDATE <='1994-01-01'
The COOL can support the following OLAP query:
The design of OLAP follows the current steps:
The project structure.
The logic visualization.
The result:
The text was updated successfully, but these errors were encountered: