SyntaxFix
Write A Post
Hire A Developer
Questions
what'd you say about Cross join solution?
SELECT t1.*, t2.* FROM table1 t1 INNER JOIN table2 t2 ON 1=1;