You might have known that LIST, RANGE, and HASH partitions all refuse to accept VARACHAR column as the native partition key. mysql> alter table locations… Read More »MySQL Partition by String Column
If you are a senior MySQL developers, you have already known there's at most one column can use CURRENT_TIMESTAMP as the default value. For example,… Read More »More CURRENT_TIMESTAMP Columns?