We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposed design:
select 'Signups today' as big_number_label, count(*) as big_number from signups where created > now() - interval '1 day';
The text was updated successfully, but these errors were encountered:
This would result in the usual table being replaced by a big number in a box.
Sorry, something went wrong.
1511ac3
Release 0.2a0
df9c87e
Refs #5, #11, #13, #14, #15, #16, #18, #20
No branches or pull requests
Proposed design:
The text was updated successfully, but these errors were encountered: