Skip to content
Snippets Groups Projects
Commit a2d8d767 authored by wangzhenhua's avatar wangzhenhua Committed by Xiao Li
Browse files

[SPARK-20223][SQL] Fix typo in tpcds q77.sql

## What changes were proposed in this pull request?

Fix typo in tpcds q77.sql

## How was this patch tested?

N/A

Author: wangzhenhua <wangzhenhua@huawei.com>

Closes #17538 from wzhfy/typoQ77.
parent 71c3c481
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ WITH ss AS
sum(cr_net_loss) AS profit_loss
FROM catalog_returns, date_dim
WHERE cr_returned_date_sk = d_date_sk
AND d_date BETWEEN cast('2000-08-03]' AS DATE) AND
AND d_date BETWEEN cast('2000-08-03' AS DATE) AND
(cast('2000-08-03' AS DATE) + INTERVAL 30 days)),
ws AS
(SELECT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment