MySQL Forums
Forum List  »  Microsoft SQL Server

Re: Identifying Foreign Key constraints
Posted by: Brian McNamara
Date: August 05, 2004 11:01PM

Hi Michael,

Looking at the command I gave you to run, I realized the output might not look so nice after all!

Try this instead...

mysql> use DATABASE;
mysql> show table status like 'TABLENAME'\G;

Hope this helps!
Brian

Options: ReplyQuote


Subject
Written By
Posted
Re: Identifying Foreign Key constraints
August 05, 2004 11:01PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.