Excel Unique FunctionThe Excel UNIQUE function gives you all of the distinct values of a given range. All you need […] October 28, 2022 in Excel tagged spill. spilled / excel / sql / distinct / unique / group by by Mike
SQL Server Data Validation IntroductionThis post is about validating data in a single table. We have gathered data from the Internet and […] February 9, 2018 in SQL Server tagged validation / group by / data validation / cte / SQL Server Data Validation by Mike
SQL Server Aggregate Window FunctionsAggregate window functions in SQL Server are similar to grouped functions (SUM, AVG and so on) except that […] January 27, 2018 in SQL Server tagged function / over / group by / window / partition / cte / nested cte / select into / SQL Server Window Functions by Mike
SQL Server Window FunctionsWindow functions are used in SQL Server to perform data-analysis calculations. A data-analysis calculation is one you apply […] January 27, 2018 in SQL Server tagged aggregate / group by / window / rank / ranking / offset / statistical / analysis / SQL Server Window Functions by Mike
SQL Server Summarizing Data Part 4This post is part of the series on summarizing data but it gives us a more simple example […] September 14, 2017 in SQL Server tagged summarize / group by / SQL Summarizing Data by Mike
SQL Server Summarizing Data Part 3In the previous post we covered summarizing data using the following words: select, from, where, group by, having […] July 14, 2017 in SQL Server tagged group by / where / having / order by / SQL Summarizing Data by Mike
SQL Server Summarizing Data Part 2Criteria As we continue from our previous post, here is another example of summarizing data. We are continuing […] July 3, 2017 in SQL Server tagged group by / where / having / order by / SQL Summarizing Data by Mike
SQL Server Summarizing Data IntroductionFor a simple example on summarizing data, please have a look at Part 4 of this series. This […] July 3, 2017 in SQL Server tagged aggregate / summarize / group by / SQL Summarizing Data by Mike