Skip to content

Instantly share code, notes, and snippets.

@MostafaNorzade
Created December 21, 2020 11:21
Show Gist options
  • Save MostafaNorzade/8e73d5912964e538546660b445ab2b48 to your computer and use it in GitHub Desktop.
Save MostafaNorzade/8e73d5912964e538546660b445ab2b48 to your computer and use it in GitHub Desktop.
SELECT COUNT(*) as count, created_at FROM `subscriptions` WHERE status != 0 GROUP BY DATE(`created_at`) ORDER BY count DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment