View Single Post
Old 11-22-2004, 04:21 PM   #4 (permalink)
Crow T. Robot
Registered User
 
Join Date: Nov 2004
Posts: 14
Crow T. Robot is on a distinguished road
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.
Crow T. Robot is offline   Reply With Quote