Quote:
|
Originally Posted by Belisarius
Well, as for the first one, that's pretty trivial. Here's how I'd do it in PostgreSQL:
Code:
SELECT publisher FROM publisher_table ORDER BY publisher ASC;
Rename the column and table to taste.
Try slapping together the other two and post them if you think you need more help.
|
Nevermind. I already got all that set up (it doesn't have to be a real program, just the SQL pieces of code in a word document). Just check out my question in the Java forum.