Hi,
Question from a rank beginner:
I need to create tables with a fixed number of rows, lets say 50. When a new row of data is added, the oldest entry disappears. I don't care what happens to the old data, I just need the latest 50.
It would be nice if this could be done without too much overhead. If you can think of more than one way of doing this it would be helpful.
The tables will be used by a web server that will display operational "dashboard" data from various systems.
Thank you for your help,
SimonPure
Question from a rank beginner:
I need to create tables with a fixed number of rows, lets say 50. When a new row of data is added, the oldest entry disappears. I don't care what happens to the old data, I just need the latest 50.
It would be nice if this could be done without too much overhead. If you can think of more than one way of doing this it would be helpful.
The tables will be used by a web server that will display operational "dashboard" data from various systems.
Thank you for your help,
SimonPure
Comment