Skip to content

Commit f9a7b3b

Browse files
committed
more changes
1 parent 42e10bb commit f9a7b3b

File tree

15 files changed

+18
-18
lines changed

15 files changed

+18
-18
lines changed

learn-pr/paths/playground-learning/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ subjects:
2424
- databases
2525
modules:
2626
- learn.wwl-azure.basic-sql-simple-select
27-
- learn.wwl-azure.basic-sql-where-clause-and-subqueries
28-
- learn.wwl-azure.basic-sql-limit-offset-orderby
27+
- learn.wwl-azure.basic-sql-where-clause-subqueries
28+
- learn.wwl-azure.basic-sql-limit-offset-order-by
2929
- learn.wwl-azure.basic-sql-joining-tables
30-
- learn.wwl-azure.basic-sql-aggregate-functions
30+
- learn.wwl-azure.basic-sql-aggregate-functions-grouping
3131
trophy:
3232
uid: learn.wwl-azure.azure-pg-playground.trophy

learn-pr/wwl-azure/basic-sql-aggregate-functions/1-introduction.yml renamed to learn-pr/wwl-azure/basic-sql-aggregate-functions-grouping/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.wwl-azure.basic-sql-aggregate-functions.introduction
2+
uid: learn.wwl-azure.basic-sql-aggregate-functions-grouping.introduction
33
title: Introduction
44
metadata:
55
title: Introduction

learn-pr/wwl-azure/basic-sql-aggregate-functions/2-sample-database-overview.yml renamed to learn-pr/wwl-azure/basic-sql-aggregate-functions-grouping/2-sample-database-overview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.wwl-azure.basic-sql-aggregate-functions.sample-database-overview
2+
uid: learn.wwl-azure.basic-sql-aggregate-functions-grouping.sample-database-overview
33
title: Sample Database Overview
44
metadata:
55
title: Sample Database Overview

learn-pr/wwl-azure/basic-sql-aggregate-functions/3-aggregate-functions.yml renamed to learn-pr/wwl-azure/basic-sql-aggregate-functions-grouping/3-aggregate-functions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.wwl-azure.basic-sql-aggregate-functions.aggregate-functions
2+
uid: learn.wwl-azure.basic-sql-aggregate-functions-grouping.aggregate-functions
33
title: Aggregate Functions
44
metadata:
55
title: Aggregate Functions
@@ -22,4 +22,4 @@ metadata:
2222
### https://review.learn.microsoft.com/help/platform/metadata-reporting-taxonomy-requests?branch=main.
2323
durationInMinutes: 4
2424
content: |
25-
[!include[](includes/3-aggregate-functions.md)]
25+
[!include[](includes/3-aggregate-functions-grouping.md)]

learn-pr/wwl-azure/basic-sql-aggregate-functions/4-group-by-having.yml renamed to learn-pr/wwl-azure/basic-sql-aggregate-functions-grouping/4-group-by-having.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.wwl-azure.basic-sql-aggregate-functions.groupby-having
2+
uid: learn.wwl-azure.basic-sql-aggregate-functions-grouping.group-by-having
33
title: GROUP BY and HAVING
44
metadata:
55
title: GROUP BY and HAVING

learn-pr/wwl-azure/basic-sql-aggregate-functions/5-summary.yml renamed to learn-pr/wwl-azure/basic-sql-aggregate-functions-grouping/5-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.wwl-azure.basic-sql-aggregate-functions.summary
2+
uid: learn.wwl-azure.basic-sql-aggregate-functions-grouping.summary
33
title: Summary
44
metadata:
55
title: Summary

0 commit comments

Comments
 (0)