Concatenation  Nested string functions

Chapter 15: Using the Built-In Functions in Queries

Concatenation and the empty string

Adaptive Server evaluates the empty string (“ ” or ‘ ’) as a single space. This statement:

select "abc" + "" + "def"

produces:

abc def




Copyright © 2005. Sybase Inc. All rights reserved. Nested string functions

View this book as PDF