Skip to content

Commit ef6cf11

Browse files
authored
Merge pull request #703 from jong82/SUSER_IDtypo
typo: remove value from no value context SUSER_ID()
2 parents ac27a16 + 6480dd2 commit ef6cf11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/functions/suser-sid-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ SUSER_SID ( [ 'login' ] [ , Param2 ] )
7373
The followng example returns the security identification number (SID) for the current security context.
7474

7575
```
76-
SELECT SUSER_SID('sa');
76+
SELECT SUSER_SID();
7777
```
7878

7979
### B. Using SUSER_SID with a specific login

0 commit comments

Comments
 (0)