We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hostname
'%'
Summary
https://docs.databend.com/sql/sql-commands/ddl/user/user-create-user
if it is, we can
user_name
The text was updated successfully, but these errors were encountered:
cc @TCeason @sundy-li
Sorry, something went wrong.
#15652 (comment)
but seem current sql parse can not accept <user_name>@'<hostname>' at all.
<user_name>@'<hostname>'
but it seems these users can not be used at all
<user_name>
maybe we can simple keep some key parser code to not report error when list these old users?
No branches or pull requests
Summary
https://docs.databend.com/sql/sql-commands/ddl/user/user-create-user
if it is, we can
hostname
field in UserIdentity.user_name
itself to play the role of UserIdentity in some cases?The text was updated successfully, but these errors were encountered: