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

.
Menu