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