I think there's too much erroring when handling `NULL`s, there should probably be more `NULL`ification. Inciting issue: ```sql VALUES (LEN(NULL)) ``` Errors. I think it should return `NULL`.