Data Archive
- Data Archive 6.5.1
- All Products
LEN (char) LENGTH (char)
|
|
|---|---|
|
|
CREATE TABLE string_table (col1 VARCHAR(10)); INSERT INTO string_table VALUES ('sea bass'); 1 row affected SELECT LENGTH(col1) FROM string_table; 1 row selected 1 ----------- 8