We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ALTER VIEW viewname AS SELECT * FROM tablename
Here AlterStatement is NULL
ALTER TABLE abc ADD COLUMN a INT
Here it won't detect the table name properly
Fix is required for the Tracker phpmyadmin/phpmyadmin#11966
The text was updated successfully, but these errors were encountered:
@007durgesh219 I'm happy to look into this
Sorry, something went wrong.
Fix ALTER statement not constructed properly, phpmyadmin#33
d6888fb
Signed-off-by: Durgesh <[email protected]>
65a34d4
No branches or pull requests
ALTER VIEW viewname AS SELECT * FROM tablename
Here AlterStatement is NULL
ALTER TABLE abc ADD COLUMN a INT
Here it won't detect the table name properly
Fix is required for the Tracker phpmyadmin/phpmyadmin#11966
The text was updated successfully, but these errors were encountered: