delete from [BD].[dbo].[PruebasPicking_LE]
insert into [BD].[dbo].[PruebasPicking_LE]
Select
a.sku, a.skupickeado
from
[192.168.10.14].[MP_StockSupply].picking.PedidosSkuPickeados a,
[192.168.10.14].[MP_StockSupply].Picking.PedidosCuerpos b,
[192.168.10.14].[MP_StockSupply].Picking.PedidosEncabezados c
where
a.PedidoCuerpoId = b.PedidoCuerpoId and b.PedidoEncabezadoId = c.PedidoEncabezadoId
and c.numeropedido = '0019473909'
order by b.sku