Chapter 9 SQL Statements
509
DROP EXTERNLOGIN statement
Use this statement to drop an external login from the Adaptive Server
Anywhere catalogs.
DROP EXTERNLOGIN
login-name
TO
remote-server
Must be the owner of login-name or have DBA authority.
Automatic commit.
"CREATE EXTERNLOGIN statement" on page 443
DROP EXTERNLOGIN deletes an external login from the Adaptive Server
Anywhere catalogs.
DROP clause Specifies the local user login name
TO clause Specifies the name of the remote server. The local user’s
alternate login name and password for that server is the external login that is
deleted.
♦ SQL/92 Entry-level feature.
♦ Sybase Supported by Open Client/Open Server.
DROP EXTERNLOGIN dba TO sybase1
Function
Syntax
Permissions
Side effects
See also
Description
Parameters
Standards and
compatibility
Example