I have two tables, one of them has weeks of year, and the second table has categories. I need to create a table that contains each week and each category, but there\'s no fi
Have you tried just
SELECT * FROM table1, table2