len.sql 66 B

12345
  1. USE plato;
  2. SELECT LEN("My String");
  3. SELECT LEN(key) from Input;