prova:
selezionare x.*, y.*
da
(Stocktransfer.stocktransfer_id PRESCELTO, STORE.description “storefrom„, stocktransfer.quantity, stocktransfer.createddate, from_storecode, to_storecode,
stocktransfer.productcode
Da stocktransfer
unire il deposito su stocktransfer.from_storecode =STORE.STORECODE in cui il to_storecode non è) x nulla,
(
SELEZIONARE stocktransfer.stocktransfer_id, STORE.description “storeto„, stocktransfer.quantity, stocktransfer.createddate, il from_storecode, to_storecode,
stocktransfer.productcode
Da stocktransfer
unire il deposito sopra
stocktransfer.to_storecode=STORE.STORECODE dove il from_storecode non è) y nullo
Grazie,