Hi,
I've a query from 2 tables that give me a table like this as an answer:
select a.COL1, a.COL2, a.COL3, a.COL4, b.COL5 from db2.tb1 a, db2.tb2 b where a.COL1 = b.COL1 and a.COL1 = "VAL1"
COL1 COL2 COL3 COL4 COL5
VAL1 VAL2 VAL3 VAL4 PRB1
VAL1 VAL2...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.