View Single Post
Old 11-22-2004, 02:50 PM   #3 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,161
Belisarius is on a distinguished road
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.
__________________
GitS
Belisarius is offline   Reply With Quote