Skip to content

Theodore Brown

Thoughts from a full-stack developer

  • Home
  • About

Tag: SQL

Implementing a linked list in SQL

Recently I was challenged with enabling users to drag and drop items in a list to sort them in any order, and persisting that order in a SQL database. One way to handle this would be to add an index column to the table, which could be updated when an item is reordered. The downside… Continue reading Implementing a linked list in SQL

Published May 17, 2015
Categorized as Uncategorized Tagged linked lists, PHP, SQL
  • GitHub
  • Twitter
  • Email
Theodore Brown
Proudly powered by WordPress.