SyntaxFix
Write A Post
Hire A Developer
Questions
Please try this query:
Combine two tables that have no common columns:
SELECT * FROM table1 UNION SELECT * FROM table2 ORDER BY orderby ASC