Returns the numeric user ID for the specified user name.
SUSER_ID( [ user-name ] )
user-name The user name for the user ID you are searching for.
If you do not specify user-name, the ID of the current user is returned.
SQL/2003 Transact-SQL extension.
The following statement returns the ID for the GROUPO user.
SELECT SUSER_ID( 'GROUPO' ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |