Hi guys,
This problem has been puzzling me for a couple of days now, hopefully you can help.
I have a table called 'msgs' which stores the text of log entries, together with a timestamp of when the message was generated:
CREATE TABLE `msgs` (
`time_num` int(10) unsigned NOT NULL default...