T
Thanasis \(sch\)
Hi to every one,
what i want to achieve is to display the first 5 records (only one
field-lastname ) from a select query.
I tried something like below but it didn't work.
SELECT TOP 5 lastname
FROM Results
ORDER BY hiredate DESC
Thanks in advance
thanasis
what i want to achieve is to display the first 5 records (only one
field-lastname ) from a select query.
I tried something like below but it didn't work.
SELECT TOP 5 lastname
FROM Results
ORDER BY hiredate DESC
Thanks in advance
thanasis