Skip to content
New issue

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

Add SQL query examples #47

Open
4 of 13 tasks
ndjenkins85 opened this issue Nov 26, 2021 · 1 comment · May be fixed by #45
Open
4 of 13 tasks

Add SQL query examples #47

ndjenkins85 opened this issue Nov 26, 2021 · 1 comment · May be fixed by #45
Labels
feature adding functionality to project

Comments

@ndjenkins85
Copy link
Owner

ndjenkins85 commented Nov 26, 2021

Should include examples of;

  • subqueries, with
  • group by and aggregates
  • case, when, then, end
  • create, insert
  • joins (all types)
  • rank, row_number, dense_rank analytical / window functions https://www.toptal.com/sql/intro-to-sql-windows-functions
  • datediff
  • between for shortened window functions
  • union, union all
  • distinct, deduplication
  • random sampling
  • t-test
  • chi squared test
@ndjenkins85 ndjenkins85 added the feature adding functionality to project label Nov 26, 2021
@ndjenkins85 ndjenkins85 linked a pull request Nov 26, 2021 that will close this issue
@ndjenkins85
Copy link
Owner Author

Other advanced functions not covered

  • recursive CTEs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature adding functionality to project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant