TDengine
TDengine copied to clipboard
drop multiple data tables
question: Whether to support drop multiple data tables? present situation:
- version:2.6.0.8
- sql:
DROP TABLE IF EXISTS tablename1 ,tablename2;
- result:
DB error: syntax error near ", tablename2;" (0.000481s)
暂时还不支持同时删多个