I'm trying to pull some information from a SQL database.
I'll explain a bit what the table is comprised of to better explain my problem.
I have data inputed into the table from an audit that runs on a PC. Each PC has an workstation number and it records the date it was audited. Because each workstation could be audited 1 or more times a day or 5 or 6 a month, I'm not sure how to get only the last audit date information off the PC. I can't think of the SQL statement that would benefit me.
For example. Lets say first audit shows office. 2nd shows it has an extra and the third shows it was uninstalled. How do I pull just the latest date of information. Now there is multiple WSID in this table. Thanks!
WSID DATE Software
123 1/1/04 Office
123 1/2/04 Office,PcAnywhere,Ghost
123 1/3/04 Ghost
I'll explain a bit what the table is comprised of to better explain my problem.
I have data inputed into the table from an audit that runs on a PC. Each PC has an workstation number and it records the date it was audited. Because each workstation could be audited 1 or more times a day or 5 or 6 a month, I'm not sure how to get only the last audit date information off the PC. I can't think of the SQL statement that would benefit me.
For example. Lets say first audit shows office. 2nd shows it has an extra and the third shows it was uninstalled. How do I pull just the latest date of information. Now there is multiple WSID in this table. Thanks!
WSID DATE Software
123 1/1/04 Office
123 1/2/04 Office,PcAnywhere,Ghost
123 1/3/04 Ghost