Hey
I need to store something a little different in a DB and I was hoping one of
you guys might be able to help me.
Basically it represents a 'world'. I have an initial state and then I get
info like this...
27/11/03 17:21 Mary is born
27/11/03 17:21 Dave is born
27/11/03 17:22 Sean is born
27/11/03 17:23 Peter dies
27/11/03 17:23 Fred is born
I need to be able to run querys like this...
How many people are alive at 27/11/03 17:22
Who was born between 27/11/03 17:22 and 27/11/03 17:23
etc.
Problem is, I'm going to have hundres of 'world's each with thousands of
entrys.
All help is appreciated :)
Tnx
Naomi
I need to store something a little different in a DB and I was hoping one of
you guys might be able to help me.
Basically it represents a 'world'. I have an initial state and then I get
info like this...
27/11/03 17:21 Mary is born
27/11/03 17:21 Dave is born
27/11/03 17:22 Sean is born
27/11/03 17:23 Peter dies
27/11/03 17:23 Fred is born
I need to be able to run querys like this...
How many people are alive at 27/11/03 17:22
Who was born between 27/11/03 17:22 and 27/11/03 17:23
etc.
Problem is, I'm going to have hundres of 'world's each with thousands of
entrys.
All help is appreciated :)
Tnx
Naomi
Comment