I have a SQL query that works fine, and I'm trying to include it in my API that has SQLAlchemy.
This is the query that runs fine:
SELECT * FROM Cliente WHERE (REPLACE (numeroDocumento,'-','')) like '30699583533'
In my records in the BD I h...
asked by
27.12.2016 / 14:38