Forum Discussion
Anonymous
4 years agoNot applicable
New table using existing tables
I have two tables. One has a list of companies with some other columns associated to each company, and the second one has only one column with categories. I would like to create a third table, where...
- 4 years ago
Hi Anonymous ,
Try to use function CROSSJOIN() between these two tables.
misaki233
4 years agoHelper II
Hi Anonymous ,
Try to use function CROSSJOIN() between these two tables.
- Anonymous4 years agoNot applicable
Great, it worked. Thanks