cancel
Showing results for 
Search instead for 
Did you mean: 
VitorAvancini
New Contributor III
since ‎08-27-2021
4 weeks ago

User Stats

  • 2 Posts
  • 0 Solutions
  • 1 Kudos given
  • 3 Kudos received

User Activity

Hello, Im testing with Materialized Views and I ran the following query:create materialized view `xx`.`xx`.`stg_sales` PARTITIONED BY (id, external_id, tenant_id) TBLPROPERTIES ('cluster_by' = 'id') as with stg_accounts_events as ( select * from ...
Kudos given to