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. |