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
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;
>
>