can you please help answer this?how to join 2 heap tables with out any common fields.for example tbl1 hascol1 12345 and tbl1 2 hascol2abci want the output likecol1 col21 a2 b3 c4 5is this possible with out using row_number()?thanks
↧