Hello, i'm looking for a great sql query....look this:
i have this tree tables:
i need a result like this...do you think it's possible with only one query?
i have this tree tables:
Code:
TA barcode qnt 1 2 2 3 3 1 TB barcode qnt 1 2 2 2 4 1 TC barcode desc 1 abc 2 def 3 ghi 4 lmn
Code:
desc barcode qntA qntB abc 1 2 2 def 2 3 2 ghi 3 1 - lmn 4 - 1
Comment