Hi Everyone
A newbie to MySQL
Need to pull data from a table that shows the last entry
the data is as follows
oid fk_oid NVPDAT NVp1 NVp2 NVp3
310 3456 '2009-01-05 00:00:00' RA1 RA2 RA3
309 3456 '2010-05-31 00:00:00' CF4 CF5 CF6
308 3456 '2010-11-19 00:00:00' JK5 JK6 JK7
FK_OID is the name of the person, OID is a unique line id, the lowest number in the column shows the latest entry.
I will need to join this to the person table via FK_OID
I will use the sql view or create a Crystal command so I can create a report on the details.
there will be 5 other tables I will need to add into the report, that work the same way as above table.
Any ideas
Ralph
A newbie to MySQL
Need to pull data from a table that shows the last entry
the data is as follows
oid fk_oid NVPDAT NVp1 NVp2 NVp3
310 3456 '2009-01-05 00:00:00' RA1 RA2 RA3
309 3456 '2010-05-31 00:00:00' CF4 CF5 CF6
308 3456 '2010-11-19 00:00:00' JK5 JK6 JK7
FK_OID is the name of the person, OID is a unique line id, the lowest number in the column shows the latest entry.
I will need to join this to the person table via FK_OID
I will use the sql view or create a Crystal command so I can create a report on the details.
there will be 5 other tables I will need to add into the report, that work the same way as above table.
Any ideas
Ralph