Returns length of text/blob. :samp:`Length("{FIELD_NAME}")`
| 18 | |
| 19 | |
| 20 | class Length(Function): |
| 21 | """ |
| 22 | Returns length of text/blob. |
| 23 | |
| 24 | :samp:`Length("{FIELD_NAME}")` |
| 25 | """ |
| 26 | |
| 27 | database_func = functions.Length |
| 28 | |
| 29 | |
| 30 | class Coalesce(Function): |
no outgoing calls
searching dependent graphs…