Read more

User-defined Order in SQL

Henning Koch
March 21, 2018Software engineer at makandra GmbH

The attached article Show archive.org snapshot explains options you have to store the order of items in a database table.

Illustration online protection

Rails professionals since 2007

Our laser focus on a single technology has made us a leader in this space. Need help?

  • We build a solid first version of your product
  • We train your development team
  • We rescue your project in trouble
Read more Show archive.org snapshot

The simplest solution of course is to use a position column. However the author explores some alternatives where you don't need to update multiple rows when you move a single item.

Posted by Henning Koch to makandra dev (2018-03-21 15:46)