View Single Post
  #1 (permalink)  
Old 01-06-2009, 11:51 AM
komrad komrad is offline
Junior Member
 
Join Date: Jul 2008
Posts: 4
komrad is on a distinguished road
Default way to inserting data into a MYSQL table data in an ordered way

Hello all,

I'd like to know if there is a way to insert into a MYSQL table data in an ordered way?
Right now as a workaround I've literally made a table of questions with questionID as primary key, nextQuestion and prevQuestion pointing to other questionIDs. Basically I've made a two way linked list from scratch. Is there anything built into MYSQL that implements this?

Thanks in advance.
Reply With Quote