Is there any way to combine MySQL commands? For example I want to display the columns and indexes from a table. I can issue the two commands on one line as

show fields from dbname.tblname; show index from dbname.tblname;

Is there some way to say

show fields and index from dbname.tblname;


Thanks,


Jason Joines
===========


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to