Substituting a value for NULLs  Concatenating strings and NULL

Chapter 2: Queries: Selecting Data from a Table

Expressions that evaluate to NULL

An expression with an arithmetic or bitwise operator evaluates to NULL if any of the operands is null. For example, this evaluates to NULL if column1 is NULL:

1 + column1




Copyright © 2005. Sybase Inc. All rights reserved. Concatenating strings and NULL

View this book as PDF