I have a table with 4 columns
id, descripcion_articulo, cantidad, modelo, marca
and this query:
("select distinct descripcion_articulo from " . TABLE_ENTREGAS . "
where numeracion = '' order by descripcion_articulo ASC")
to generate th...
asked by
31.07.2018 / 15:28