Created
March 29, 2016 07:31
-
-
Save kokosing/7b6164781c72cae2b7fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1;31m*** q20.sql 2016-03-25 14:10:21.906553746 +0100[0;0m | |
[1;34m--- q20_modified.sql 2016-03-25 14:10:21.906553746 +0100[0;0m | |
[1;35m***************[0;0m | |
[1;35m*** 10,20 ****[0;0m | |
[0;0m WHERE cs_item_sk = i_item_sk[0;0m | |
[0;0m AND i_category IN ('Women',[0;0m | |
[0;0m 'Jewelry',[0;0m | |
[0;0m 'Sports')[0;0m | |
[0;0m AND cs_sold_date_sk = d_date_sk[0;0m | |
[1;31m! AND d_date BETWEEN cast('2002-06-20' AS date) AND (cast('2002-06-20' AS date) + 30 days)[0;0m | |
[0;0m GROUP BY i_item_id,[0;0m | |
[0;0m i_item_desc,[0;0m | |
[0;0m i_category,[0;0m | |
[0;0m i_class,[0;0m | |
[0;0m i_current_price[0;0m | |
[1;35m--- 10,20 ----[0;0m | |
[0;0m WHERE cs_item_sk = i_item_sk[0;0m | |
[0;0m AND i_category IN ('Women',[0;0m | |
[0;0m 'Jewelry',[0;0m | |
[0;0m 'Sports')[0;0m | |
[0;0m AND cs_sold_date_sk = d_date_sk[0;0m | |
[1;34m! AND d_date BETWEEN cast('2002-06-20' AS date) AND (cast('2002-06-20' AS date) + INTERVAL '30' DAY)[0;0m | |
[0;0m GROUP BY i_item_id,[0;0m | |
[0;0m i_item_desc,[0;0m | |
[0;0m i_category,[0;0m | |
[0;0m i_class,[0;0m | |
[0;0m i_current_price[0;0m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment