Stephane Davy wrote:
> 
> Hello,
> 
> Is there any command to have the description of a table, like the 'desc'
> Oracle one?
> 

Select * from <some systemview>  (perhaps with some where-clause to restrict to 
some tables/columns/views)

Please see 
http://dev.mysql.com/doc/maxdb/en/9c/b33d40425326439dfc0366a8dcbf55/frameset.htm

for those systemviews available. For your needs, perhaps TABLES / COLUMNS are 
the ones wanted.

Elke
SAP Labs Berlin


> Thank you
> --
> Stéphane Davy
> 
> 
> 
> --
> MaxDB Discussion Mailing List
> For list archives: http://lists.mysql.com/maxdb
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]


--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to