Skip to content
Snippets Groups Projects
Commit 54acf0b3 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Fixed column format for table partitioning.

parent c9eada94
No related branches found
No related tags found
No related merge requests found
ALTER TABLE FACT_bldgs.footprints
MODIFY COLUMN id VARCHAR(2);
ALTER TABLE FACT_bldgs.footprints
PARTITION BY LIST COLUMNS (id) (
PARTITION p_unknown VALUES IN (''),
PARTITION p_01 VALUES IN ('01'),
......
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