Greg,
> I have a MySQL database with a table (job_table) containing information
> concerning jobs I run. Among the fields on the table are job_id
> (varchar(10)), and timestamp (a timestamp). As I run jobs, I add an entry
> to the table with the job_id, timestamp, and associated information, so
can't you select the latest timestamp?
On Wed, 12 Dec 2001, Lindstrom Greg - glinds wrote:
> Greetings-
>
> I have a MySQL database with a table (job_table) containing information
> concerning jobs I run. Among the fields on the table are job_id
> (varchar(10)), and timestamp (a timestamp). As
Greetings-
I have a MySQL database with a table (job_table) containing information
concerning jobs I run. Among the fields on the table are job_id
(varchar(10)), and timestamp (a timestamp). As I run jobs, I add an entry
to the table with the job_id, timestamp, and associated information, so the