Skip to content

Commit

Permalink
Merge pull request cockroachdb#7485 from cockroachdb/dbist-patch-3
Browse files Browse the repository at this point in the history
Update show-sessions.md
  • Loading branch information
jseldess authored Jun 9, 2020
2 parents 836e2c9 + f75b6f9 commit cd7b40d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v19.1/show-sessions.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ You can use a [`SELECT`](select-clause.html) statement to filter the list of cur

{% include copy-clipboard.html %}
~~~ sql
> SELECT * FROM [SHOW CLUSTER SESSIONS] WHERE user-name = 'mroach';
> SELECT * FROM [SHOW CLUSTER SESSIONS] WHERE user_name = 'mroach';
~~~

~~~
Expand Down
2 changes: 1 addition & 1 deletion v19.2/show-sessions.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ You can use a [`SELECT`](select-clause.html) statement to filter the list of cur

{% include copy-clipboard.html %}
~~~ sql
> SELECT * FROM [SHOW CLUSTER SESSIONS] WHERE user-name = 'mroach';
> SELECT * FROM [SHOW CLUSTER SESSIONS] WHERE user_name = 'mroach';
~~~

~~~
Expand Down
2 changes: 1 addition & 1 deletion v20.1/show-sessions.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ You can use a [`SELECT`](select-clause.html) statement to filter the list of cur

{% include copy-clipboard.html %}
~~~ sql
> SELECT * FROM [SHOW CLUSTER SESSIONS] WHERE user-name = 'mroach';
> SELECT * FROM [SHOW CLUSTER SESSIONS] WHERE user_name = 'mroach';
~~~

~~~
Expand Down

0 comments on commit cd7b40d

Please sign in to comment.