Dynamic Custom Sort Orders

2001-03-22 Thread Michael Todd Glazier
hey all! I'm developing a CGI app for access to a mysql table. I want to offer users the ability to arbitrarily sort the results. That is, given the following table: letter - A B C I want to sort the results as B,C,A , C,A,B, and such. I need to do this from a single select statement so

RE: Dynamic Custom Sort Orders

2001-03-22 Thread Quentin Bennett
be sorted, and create an order by clause (in 'C') from their selections. Are you able to clarify things a bit further? Quentin -Original Message- From: Michael Todd Glazier [mailto:[EMAIL PROTECTED]] Sent: Friday, 23 March 2001 8:31 a.m. To: [EMAIL PROTECTED] Subject: Dynamic Custom Sort