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 web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
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)