Video description
- Sort data into groups and count the records in each group
- Compute max, min, and mean values for records in a group
- Format dates and numbers for display to end users
- Filter to eliminate unwanted groupings from your result set
- Search, concatenate, and manipulate strings
- Detect NULL values and replace them with real values
Table of contents
- Introduction 00:01:54
- Functions in a SELECT Statement 00:01:29
- Basic String Functions 00:08:57
- Date and Time Functions 00:03:21
- Conditional Functions 00:03:33
- The FORMAT Function 00:03:49
- Functions for NULL Values 00:06:00
- Aggregate Functions 00:03:34
- Aggregate Functions with NULL Values 00:06:34
- Processing Order of a SELECT Statement 00:02:24
- Grouping Results 00:04:25
- Filtering Grouped Results 00:02:28
Product information
- Title: Using T-SQL Functions and Summarizing Results
- Author(s):
- Release date: April 2019
- Publisher(s): Apress
- ISBN: 9781484245484
You might also like
video
T-SQL Querying: Writing a SELECT Statement
This video provides you with the knowledge to write SELECT statements to retrieve data from a …
book
Learn T-SQL Querying
Troubleshoot query performance issues, identify anti-patterns in code, and write efficient T-SQL queries Key Features Discover …
book
T-SQL Querying
T-SQL insiders help you tackle your toughest queries and query-tuning problems Squeeze maximum performance and efficiency …
book
T-SQL Window Functions: For data analysis and beyond, 2nd Edition
Use window functions to write simpler, better, more efficient T-SQL queries Most T-SQL developers recognize the …