At 23:36 -0500 3/21/03, Bernard Miville wrote:
Hi,

 I am using MySQL 3.23.
 I use SHOW TABLES to obtain a list of tables from my database and
 then put this list in an HTML select form on a web page. What I need
to
 know, is there a way of obtaining this table list, using SHOW TABLES,
 in ascending or descending order the same way you would do using
 SELECT  for a field in a specific table and then ORDER BY?

No, sorry. You have to sort them in your script.



Thank you for any help,


Bernard


--
Paul DuBois
http://www.kitebird.com/
sql, query

---------------------------------------------------------------------
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



Reply via email to