MySQL Forums
Forum List  »  Newbie

Re: What is mysql command line to show help topics for attributes?
Posted by: Ryan Alexender
Date: August 23, 2017 11:12PM

SHOW [FULL] {COLUMNS | FIELDS}
{FROM | IN} tbl_name
[{FROM | IN} db_name]
[LIKE 'pattern' | WHERE expr]
SHOW COLUMNS displays information about the columns in a given table. It also works for views. SHOW COLUMNS displays information only for those columns for which you have some privilege.

Options: ReplyQuote


Subject
Written By
Posted
Re: What is mysql command line to show help topics for attributes?
August 23, 2017 11:12PM


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.