Skip to content
Advertisement

Tag: cartesian-product

cartesian product on two tables

I’m trying to create a result set of table names and column names. In table A I have the list of table names and in Table B I have the list of column names. Each table should have the full list of columns. So: Table A table_name Table1 Table2 Table B column_name Column1 Column2 Column3 The result I want is:

Advertisement