Hello everyone!
I have 3 tables with the following attributes
Table A
ic_id
pc
login
table b
ic_id
pc
address
table c
ic_id
pc
he
I want to join all three on columns ic_id and pc
Here is my query
select a.ic_id, i.pc, login,address, he
from tablea a, tableb b, tablec c
where a.ic_id =...
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.