I want to list the products that are in two lines and also filter by the description, the table has the following structure:
CREATE TABLE productos (
IMA_ARTICULO DOUBLE
,IMA_DESCRIPCION VARCHAR(100)
,IMA_LINEA DOUBLE
,IMA_IMPU...
asked by
11.10.2017 / 23:08