SELECT add ORDER BY

 home  single file  edit

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

Default Configuration

Hover to see descriptions, Ctrl+Space for suggestions