zimmer3
1-4-05, 04:06 PM
Hello,
I have a database of Books. I currently use a SQL to get the 4 newest additions, and then another SQL to list in alphabetic order by title All books.
My problem is that the 4 newest books also show up in the alpha list. I would like to do away with the second SQL statement, and make my alpha list from the entries remaining from the first SQL statement.
How can I do this? How do I sort the remaining results to alpha?
Thanks !
I have a database of Books. I currently use a SQL to get the 4 newest additions, and then another SQL to list in alphabetic order by title All books.
My problem is that the 4 newest books also show up in the alpha list. I would like to do away with the second SQL statement, and make my alpha list from the entries remaining from the first SQL statement.
How can I do this? How do I sort the remaining results to alpha?
Thanks !