How to fetch the list of contents with a body field value of less than 100 characters?

By toswebdev, 14 May, 2022
How to fetch the list of contents with a body field value of less than 100 characters?
SELECT entity_id , body_value, CHAR_LENGTH(body_value) FROM block_content__body WHERE CHAR_LENGTH(body_value) < 130

SELECT entity_id , body_value, CHAR_LENGTH(body_value) FROM block_content__body WHERE CHAR_LENGTH(body_value) < 130

Comments

All comments go through moderation, so your comment won't display immediately.