This notebook is a collection of code snippets and technical "how to" instructions.
select count(*) as 'total users', max(id) as 'biggest id', min(id) as 'smallest id', avg(id) as 'average' from user;
No comments:
Post a Comment