Skip to content

Commit 8c2ba81

Browse files
authored
In stored-procedures.md, fixed typo. (#22412)
1 parent ee3211f commit 8c2ba81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/current/v26.1/stored-procedures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For details, see [`CREATE PROCEDURE`]({% link {{ page.version.version }}/create-
3131
## Statement statistics
3232

3333
SQL statements executed within stored procedures are tracked in the SQL statistics subsystem and will appear in the [**SQL Activity** > **Statements**]({% link {{ page.version.version }}/ui-statements-page.md %}) page and the [**Insights**]({% link {{ page.version.version }}/ui-insights-page.md %}) page in the DB Console. This allows you to monitor the performance and execution statistics of individual statements within your procedures.
34-
f
34+
3535
When the stored procedure is invoked as part of a transaction, the statements executed within the procedure will also appear in the [**Transaction details**]({% link {{ page.version.version }}/ui-transactions-page.md %}#transaction-details-page) in the **Statement Fingerprints** table.
3636

3737
{{site.data.alerts.callout_info}}

0 commit comments

Comments
 (0)