Posts by jhonrmelo • 1 point
1 post
- 
		0 votes3 answers750 viewsA: SQL Inner Join 3 tablesSELECT C.Desc FROM rec A JOIN vndB B on B.chvvnda = A.doc JOIN ps C ON C.chvps = B.chvps After that search the data you want with the conditions you want. 
1 post
0
votes3
answers750
viewsSELECT C.Desc FROM rec A JOIN vndB B on B.chvvnda = A.doc JOIN ps C ON C.chvps = B.chvps After that search the data you want with the conditions you want.