Ralf Becker wrote:
> 
> Hi,
> 
> I'm porting the ADOdb PHP database-abstraction layer to MaxDB, in order
> to use MaxDB with eGroupWare (www.egroupware.org) - an OpenSource
> groupware suite.
> 
> How can I retrive the names of the columns in an existing index.
> 
> SELECT INDEX_NAME,UNIQUENESS FROM ALL_INDEXES WHERE TABLE_NAME='$table'
> 
> Gives my all indexes and its uniqueness of a given table.
> 
> Ralf
> 
Please have a look into view INDEXCOLUMNS
http://dev.mysql.com/doc/maxdb/en/4b/955163a1572547bf795fa5d876a656/frameset.htm
Elke
SAP Labs Berlin

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