I need to simply edit a very complicated view in phpMyAdmin 3.2.4 but I cannot figure how to do that. Any suggestions? Thanks!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
To expand one what CheeseConQueso is saying, here are the entire steps to update a view using PHPMyAdmin:
I hope that helps somebody. Special thanks to CheesConQueso for his/her insightful answer. |
|||
|
|
|
try running |
|||||||
|
|
Just export you view and you will have all SQL need to make some change on it. Just need to add your change in SQL query for the view and change : CREATE for CREATE OR REPLACE |
|||
|
|