SyntaxFix
Write A Post
Hire A Developer
Questions
In SQL, the order of the output is not defined unless you specify it in the ORDER BY clause.
SQL
ORDER BY
Try this:
SELECT * FROM one JOIN two ON one.one_name = two.one_name ORDER BY one.id