QUERY: select propiedades.*, (select path from propiedades_fotos where propiedades_fotos.id_propiedad = propiedades.id order by id asc limit 0,1) as ruta_foto From propiedades where condicion = 'Alquiler' ORDER BY precio_d ASC, precio_p ASC limit -28,28
ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-28,28' at line 1