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 be77fc6

Browse files
clxmstaabstaabm
authored andcommitted
query plan analysis
1 parent 44d1dba commit be77fc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎demo.php‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ function demo(\PDO $pdo): void
1212
}
1313
}
1414

15+
// ---------- query plan analysis ----------
16+
17+
$pdo->query("SELECT * FROM `ada` WHERE email = 'test@example.com';");
18+
1519
// ---------- in-depth query analysis ----------
1620

1721
$pdo->query('SELECT * FROM unknownTable', PDO::FETCH_ASSOC);

0 commit comments

Comments
(0)

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