how to find the number of characters in mysql -


this question has answer here:

how find number of characters in mysql

for e.g

student_name ------------- john 

contain 4 characters in field,

need find out of query

select len(column_name) table_name; 

Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -