Order by in Inner Join

后端 未结 6 2182
离开以前
离开以前 2021-02-18 17:05

I am putting inner join in my query.I have got the result but didn\'t know that how the data is coming in output.Can anyone tell me that how the Inner join matching the data.Bel

6条回答
  •  长情又很酷
    2021-02-18 17:10

    Add an ORDER BY ONE.ID ASC at the end of your first query.

    By default there is no ordering.

提交回复
热议问题