MySQL Forums
Forum List  »  Newbie

Re: ALTER Table ....
Posted by: pearsojd
Date: August 22, 2004 09:02AM

Hi,

One way to check using sql;

mysql>show columns from my_table like 'id';

or add widlcards for a wider search

mysql> show columns from my_table like '%id%';

James

Options: ReplyQuote


Subject
Written By
Posted
August 22, 2004 07:56AM
Re: ALTER Table ....
August 22, 2004 09:02AM
August 22, 2004 10:32AM
August 22, 2004 12:44PM


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.