G
Guest
Could someone please show me how to extract the last 7 records from the code
below
SELECT Table1.A, Table1.B
FROM Table1
ORDER BY Table1.A DESC;
Thanks
below
SELECT Table1.A, Table1.B
FROM Table1
ORDER BY Table1.A DESC;
Thanks