Hello.
I have created a simple result set that displays all rows and fields in a table ordered by a timestamp field descending.
select * from tablename order by timefield desc
I need to display all the records except the first row in this set.
Can someone be of assistance?
Thank you.
I have created a simple result set that displays all rows and fields in a table ordered by a timestamp field descending.
select * from tablename order by timefield desc
I need to display all the records except the first row in this set.
Can someone be of assistance?
Thank you.