I have tried the below example from the documentation, but it is not working. Example http://127.0.0.1:5000/people?where={"firstname":"in(\"(\'John\',\'Fred\'\"))"} Please help me to understand, how to use IN sqlalchemy expression?
I have tried the below example from the documentation, but it is not working.
Example
http://127.0.0.1:5000/people?where={"firstname":"in(\"(\'John\',\'Fred\'\"))"}
Please help me to understand, how to use IN sqlalchemy expression?