When I execute the SQL statement
SELECT * FROM 'payments' WHERE 'estado' IN ('abono', 'adeudo', 'espera') AND 'fecha_pago' < '2016-09-08' ORDER BY 'id'
Result: it brings me the data correctly,
Question: What is the way, to do the same...
asked by
08.09.2016 / 23:47