# # Neue Partition anlegen. # ALTER TABLE log_db.log ADD PARTITION ( PARTITION p201811 VALUES LESS THAN (UNIX_TIMESTAMP('2018-12-01 00:00:00')) ) ;