Re: Combining commands

2003-04-04 Thread Jason Joines
Victoria Reznichenko wrote: On Friday 04 April 2003 18:20, Jason Joines wrote: 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

re: Combining commands

2003-04-04 Thread Victoria Reznichenko
On Friday 04 April 2003 18:20, Jason Joines wrote: > 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; > >