Good morning, I'm making a query I need to make a selection of 2 fields from the same table but within a single column column, that is
SELECT desc_equipo, serialnro, serialmac from producto
desc_equipo is let's say the field that stores the name or description of the product, depending on the equipment, some have serial but do not have serial, others have serial but do not have serial, then what they ask me to do is put all the data, serialnro and serialmac in a single column. I have tried several ways but all fail me.
Is there a way to resolve this doubt?
Thanks in advance