Question

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?

Was it helpful?

Solution

SHOW CREATE VIEW viewname will do it in MySQL 5+

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top