sql: connecting tables that have no relation
Posted
by every_answer_gets_a_point
on Stack Overflow
See other posts from Stack Overflow
or by every_answer_gets_a_point
Published on 2010-03-19T19:58:55Z
Indexed on
2010/03/19
20:01 UTC
Read the original article
Hit count: 111
sql
if i have two tables that have nothing in common
i want to do a select as follows:
column from table1, column from table 2
how do i do it?
© Stack Overflow or respective owner