I am working with SQL Server 2014 Express Edition and I have the following query.
SELECT DISTINCT T.ProductoCatalogoId AS Id, T.ProductoId,
CONCAT(T.Nombre, ' | ', T.TALLA, ' | ', C.COLOR) AS Descripcion, T.PrecioVenta, T.CATALOGO AS Nombre
FR...
asked by
11.12.2018 / 18:10