Hi,
I am using the query below, from Mark Bowen
http://ellislab.com/forums/viewthread/101822/
{exp:query sql="
SELECT member_id, screen_name, username FROM exp_members WHERE group_id='1'
"}
<a href="http://{path=%22author-entries%22}{username}" title="View {screen_name}'s posts">View {screen_name}'s posts</a>
{/exp:query}Anyhow, can anybody see a way of sorting this Alphabetical by the Screen Name? I’m not really familiar with Queries, and the normal orderby=”” doesn’t seem to work.
Thanks.