Skip to content

Instantly share code, notes, and snippets.

@SeyedMostafaAhmadi
Created October 28, 2021 06:18
Show Gist options
  • Save SeyedMostafaAhmadi/ce41d2eb2584353c5391ce3ab8ee5876 to your computer and use it in GitHub Desktop.
Save SeyedMostafaAhmadi/ce41d2eb2584353c5391ce3ab8ee5876 to your computer and use it in GitHub Desktop.
Check partition in mysql
SELECT PARTITION_NAME, TABLE_ROWS FROM INFORMATION_SCHEMA.PARTITIONS WHERE TABLE_NAME = 'history';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment