mysql - Views are rewritten when I save -
When I save a view on MySQL, it is called "rewritten". How can this save?
Example, when saving this view:
SELECT * FROM `contas_users` it is written again for :
Select `contas_users```````````````````````````````````````````` and ```````````` and `Contat_users` I want to avoid this behavior (maybe locally), because I need to do some tests, and copy / txt in a TXT and last too slow and Is boring.
Do not do be aware that mysql is internally with your query What does it do. You are managing your SQL source should have any form of source control, but if you are not, then you should write your own SQL source (text) file only , then execute them as a script on mysql.
Comments
Post a Comment