isnull  String functions used for character strings or expressions

Chapter 15: Using the Built-In Functions in Queries

user_name

This query finds the row in sysusers where the name is equal to the result of applying the system function user_name to user ID 1:

select name 
from sysusers 
where name = user_name(1) 
name
------------------------ 
dbo
 
(1 row affected) 




Copyright © 2005. Sybase Inc. All rights reserved. String functions used for character strings or expressions

View this book as PDF