Skip to content

Commit

Permalink
fix typo for sql-plan-management.md (#6248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reminiscent authored Aug 25, 2021
1 parent fca05ae commit b070538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-plan-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ This statement outputs the execution plan bindings at the GLOBAL or SESSION leve
{{< copyable "sql" >}}

```sql
SELECT [SESSION] @@last_plan_from_binding;
SELECT @@[SESSION.]last_plan_from_binding;
```

This statement uses the system variable [`last_plan_from_binding`](/system-variables.md#last_plan_from_binding-new-in-v40) to show whether the execution plan used by the last executed statement is from the binding.
Expand Down

0 comments on commit b070538

Please sign in to comment.