Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 203 Bytes

File metadata and controls

7 lines (4 loc) · 203 Bytes

Drop User Syntax

DROP USER [IF EXISTS] user_name

Only God and Admin user have the DROP privilege for the sentence.

DROP USER does not automatically close any already opened client session.