How is Laravel 5.2 Mysql 5.6 Eloquent json query implemented?

records there is a column called value , which contains a string, similar to: {number: 20} .
now you need to where filter this table to filter out the number < 100s in value.

How to write

Laravel Query?

Note: Laravel 5.2 Mysql 5.6 does not support json query.

Mar.12,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b32d30-2be5d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b32d30-2be5d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?