SELECT add ORDER BY
select_add_order_by
Description
SELECTs add ORDER BY clause
Extended Information
This will make sure that the SELECT statement returns results in the same sequence on different databases
add ORDER BY PRIMARY KEY if in doubt
If the target is a sorted/hashed table, no issue is reported