Frage : Oracle fragen Hilfe

Hi

The folgende Frage bringt 2 Reihen zurück. Aber ich benötige Ausgang in der einzelnen Reihe. Können Sie pls help

SELECT stocktransfer.stocktransfer_id, STORE.description „storefrom“, stocktransfer.quantity, stocktransfer.createddate, from_storecode, to_storecode,

stocktransfer.productcode
vom stocktransfer
verbinden Speicher auf stocktransfer.from_storecode =STORE.STORECODE, wo to_storecode nicht null

Anschluss all

AUSERWÄHLTES stocktransfer.stocktransfer_id ist, STORE.description „storeto“, stocktransfer.quantity, stocktransfer.createddate, from_storecode, to_storecode,

stocktransfer.productcode
vom stocktransfer
sich anschließen Speicher on
stocktransfer.to_storecode=STORE.STORECODE, wo from_storecode nicht null
ist

Antwort : Oracle fragen Hilfe

Versuch:

x.*, y.* vorwählen
 von
(AUSERWÄHLTES stocktransfer.stocktransfer_id, STORE.description „storefrom“, stocktransfer.quantity, stocktransfer.createddate, from_storecode, to_storecode,

       stocktransfer.productcode
  Vom stocktransfer
    Speicher auf stocktransfer.from_storecode =STORE.STORECODE verbinden, in dem to_storecode nicht ungültiges) x ist,
(  
 Stocktransfer.stocktransfer_id, STORE.description „storeto“ VORWÄHLEN, stocktransfer.quantity, stocktransfer.createddate, from_storecode, to_storecode,
       stocktransfer.productcode
  Vom stocktransfer
     Speicher an verbinden
  stocktransfer.to_storecode=STORE.STORECODE, wo from_storecode nicht ungültiges) y ist

Danke,
Weitere Lösungen  
 
programming4us programming4us