I have made a query in MySQL and it works perfectly until the wildcard% is introduced in front of the text to be searched with LIKE (behind it goes well)
This is the query:
SELECT id_ave, DATE_FORMAT(fch_ave,'%d/%m/%Y') AS 'fecha',
zon_a...
asked by
27.08.2018 / 10:02