попытка:
выберите x.*, y.*
от
(ОТБОРНОЕ stocktransfer.stocktransfer_id, STORE.description «storefrom», stocktransfer.quantity, stocktransfer.createddate, from_storecode, to_storecode,
stocktransfer.productcode
ОТ stocktransfer
соедините магазин на stocktransfer.from_storecode =STORE.STORECODE где to_storecode не будет нулевой) x,
(
ВЫБЕРИТЕ stocktransfer.stocktransfer_id, STORE.description «storeto», stocktransfer.quantity, stocktransfer.createddate, from_storecode, to_storecode,
stocktransfer.productcode
ОТ stocktransfer
соедините магазин дальше
stocktransfer.to_storecode=STORE.STORECODE где from_storecode не будет нулевой) y
Спасибо,