MySQL Forums
Forum List  »  Stored Procedures

Re: table_name.column_name%type in mysql
Posted by: Peter Brawley
Date: November 04, 2015 09:39AM

Unclear. Show Create Table tablename shows all column specs.

Or ...

select column_name, data_type
from information_schema.columns
where table_schema='...' and table_name='...';

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: table_name.column_name%type in mysql
886
November 04, 2015 09:39AM


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.