Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 13d03b1

Browse files
Introducing Aggregate Functions
1 parent e4a481f commit 13d03b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎data/10-more-queries.sql‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
SELECT * FROM users
22
WHERE first_name LIKE 'Ma%';
3+
4+
SELECT COUNT(id) FROM locations;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /