Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » SQL Anywhere サーバ - SQL リファレンス » SQL の使用 » SQL 文 » SQL 文 (A ~ D)

 

DROP USER 文

この文は、ユーザを削除するときに使用します。

構文
DROP USER user-name 
パラメータ
  • user-name   削除するユーザの名前。

パーミッション

DBA 権限が必要です。

備考

なし

関連する動作

なし

参照
標準と互換性
  • SQL/2003   ベンダ拡張。

次の例は、データベースからユーザ SQLTester を削除します。

DROP USER SQLTester;