aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/expr/len.sql
blob: 9e35dda1779cf8705c0a174ef1dc978b70187bf8 (plain) (blame)
1
2
3
4
5
USE plato;

SELECT LEN("My String");

SELECT LEN(key) from Input;