This file contains 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
select concat( | |
'mysqldump' | |
, ' --user=wcm_dwh' | |
, ' --password=wcm_dwh' | |
, ' --no-create-info' | |
, ' --where="' | |
, case p2.partition_method | |
when 'hash' then | |
concat( | |
p2.partition_expression, ' % ' |
This file contains 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
<mql> | |
<domain_type>olap</domain_type> | |
<domain_id>SteelWheels</domain_id> | |
<model_id>SteelWheelsSales</model_id> | |
<selections> | |
<selection> | |
<!-- mql view = olap hierarchy --> | |
<view>product</view> | |
<!-- mql column = olap level --> | |
<column>product</column> |