Hey, I need to know how to take a bunch of rows in my database and have it print a feild from the rows in alphabetical order. If anyone can please help me I would appreciate it. Thanks!
select * from [tablename] order by [fieldname1], [fieldname2]