JDatabaseQuery::length

Get the length of a string in bytes.

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