You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import FunctionDescription from '@site/src/components/FunctionDescription';
5
+
6
+
<FunctionDescriptiondescription="Introduced or updated: v1.2.644"/>
7
+
8
+
Displays detailed information about a specific SQL user, including authentication type, roles, network policy, password policy, and other user-related settings.
Copy file name to clipboardExpand all lines: docs/en/sql-reference/10-sql-commands/00-ddl/02-user/02-user-show-users.md
+26-7Lines changed: 26 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
title: SHOW USERS
3
3
sidebar_position: 3
4
4
---
5
+
import FunctionDescription from '@site/src/components/FunctionDescription';
6
+
7
+
<FunctionDescriptiondescription="Introduced or updated: v1.2.644"/>
5
8
6
9
Lists all SQL users in the system. If you're using Databend Cloud, this command also shows the user accounts (email addresses) within your organization that are used to log in to Databend Cloud.
0 commit comments