I execute this statement:
select table1.column1, table2.column2 from table1, table2;
and recieve this result:
col1val1 col2val1
col1val2 col2val1
col1val1 col2val2
col1val2 col2val2
what do i change in the above statement, so that i get this result:
col1val1 col2val1...
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.