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
API improvement
https://dev.mysql.com/doc/refman/8.0/en/drop-table.html
DROP TABLE IF EXISTS <table> allows us safely drop a table even if it is not created before.
DROP TABLE IF EXISTS <table>
No response
The text was updated successfully, but these errors were encountered:
I want to pick up this. @sunng87
Sorry, something went wrong.
feat: add IF EXISTS for DROP
167dfec
For GreptimeTeam/greptimedb#2794
IF EXISTS
DROP
feat: add IF EXISTS for DROP (#123)
2aaee38
* feat: add IF EXISTS for DROP For GreptimeTeam/greptimedb#2794 * generate code Signed-off-by: Ruihang Xia <[email protected]> --------- Signed-off-by: Ruihang Xia <[email protected]> Co-authored-by: Ruihang Xia <[email protected]>
zuston
Successfully merging a pull request may close this issue.
What type of enhancement is this?
API improvement
What does the enhancement do?
https://dev.mysql.com/doc/refman/8.0/en/drop-table.html
DROP TABLE IF EXISTS <table>
allows us safely drop a table even if it is not created before.Implementation challenges
No response
The text was updated successfully, but these errors were encountered: