PHP SQL LEN() May 31, 2012 Pramod T P SQL LEN() returns the length of the value in a text field. Syntaxt SELECT LEN(column_name) FROM table_name