SQLIte数据库Check约束字符串的长度

SQLIte数据库 不能约束字符的长度吗 check(Len(password) >= 6 and Len(password) <= 18) 编译不过

用LENGTH函数试试,应该是len函数写错了。