ello all
in a table i have multiple entrances.
can i, via the SQL statement, make sure i have just 1 entry per B.serial?
and that the above entry will have the latest B.date?
SQL statement now:VB Code:
"select B.serial, B.version, CONVERT(char(20), B.date,113) 'Date Started', C.name 'Status' from BLCodes C, Bootloader B WHERE B.status = C.code"
tnx in advance for help on this.
regards,





Reply With Quote