Functionally, this already happens with the following expression: WHERE A.ID>=ID
@naobao
For the method used, you need a field whose sorted contents reflect the exact order required. The ID field alone does not provide this. Are there any other fields in the table, perhaps a usable one?
If you...