tags:

views:

42

answers:

1

So I forgot what a column in a view actually is, and the name I gave it is too vague. Can I find the statement used to construct it?

+4  A: 

SHOW CREATE VIEW viewname will do it in MySQL 5+

Randy