de-support alter table and drop table

This commit is contained in:
chrislu
2025-09-02 17:23:46 -07:00
parent 8e15fdf2c7
commit d29f54e0be
2 changed files with 7 additions and 49 deletions
+1 -1
View File
@@ -552,7 +552,7 @@ QUERY ANALYSIS:
DDL OPERATIONS:
CREATE TABLE topic (field1 INT, field2 STRING); - Create topic
DROP TABLE table_name; - Delete topic
Note: ALTER TABLE and DROP TABLE are not supported
SPECIAL COMMANDS:
USE database_name; - Switch database context