JDatabaseQuerySqlite::charLength

Gets the number of characters in a string.

Note, use 'length' to find the number of bytes in a string. Usage: $query->select($query->charLength('a'));