i have news articles in a table;
articlename
articlebody
articledate
articleid(integer autonumber)
i want to create an sql statement that will retrieve all records BUT the most recently added one.
the most recent article is the one with the highest articleid..
thanks
articlename
articlebody
articledate
articleid(integer autonumber)
i want to create an sql statement that will retrieve all records BUT the most recently added one.
the most recent article is the one with the highest articleid..
thanks