How does sqlachemy do the following fuzzy query?

A field in the database table is an interval field in json format, such as [100,200]. How to query the data in the table field interval according to the specified number such as 167?
table.query.filter. First

find a solution

Jul.15,2022

is not very convenient. You should split the field

.
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-1b227e7-4ccbb.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-1b227e7-4ccbb.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?