using length([column name]) , we can get the length of string
eg: get the students whose description length is more than 50
SELECT * from students where length(description)>50
Learn to Develop an iPhone or iPad App in 4 Weeks Learn the latest and greatest markup language in the market with Robin Nixon(HTML & HTML5) Now $29 Only(75% Off)
using length([column name])
Fri, 09/03/2010 - 13:40 — Anonymoususing length([column name]) , we can get the length of string
eg: get the students whose description length is more than 50
SELECT * from students where length(description)>50