Examples of using system functions  datalength

Chapter 15: Using the Built-In Functions in Queries

col_length

This query finds the length of the title column in the titles table (the “x=” is included so that the result has a column heading):

select x = col_length("titles", "title") 
 x 
-------- 
      80 
 
 (1 row affected) 




Copyright © 2005. Sybase Inc. All rights reserved. datalength

View this book as PDF