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 8b9ee87

Browse files
EXPLAINing Queries & Query Planning
1 parent 8d504d5 commit 8b9ee87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎data/02-query-without-indexes.sql‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
SELECT * FROM users
2+
WHERE salary > 12900;
3+
4+
EXPLAIN
5+
SELECT * FROM users
6+
WHERE salary > 12900;

0 commit comments

Comments
(0)

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