MSC-BQ0005
Micro-partitioning is automatically performed on all Snowflake tables.
Severity
Description
Code Example
Input Code:
CREATE TABLE table1(
transaction_id INT,
transaction_date DATE
)
PARTITION BY transaction_date;Output Code:
Recommendations
Last updated
