way to inserting data into a MYSQL table data in an ordered way [message #556112] |
Thu, 31 May 2012 06:16 |
|
Cole001
Messages: 1 Registered: April 2012 Location: Ahmedabad, Gujarat, India
|
Junior Member |
|
|
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.
|
|
|
|
|
|
|
|