There are 100 entries. I know how to display entries, but how to bring up the current one in the first place, for example, with id 55, and then according to plan 1,2,3, etc.

  • Get one and then the second request all the rest. - u_mulder
  • Interested in just one request - Denis Heavenly

1 answer 1

One request can be done like this:

select * from mytbl order by id = 55 desc, id asc;