5 lines
78 B
SQL
5 lines
78 B
SQL
-- 王名豪
|
|
-- 2025/03/23
|
|
-- 删除user这张表
|
|
|
|
drop table if exists users; |
-- 王名豪
|
|
-- 2025/03/23
|
|
-- 删除user这张表
|
|
|
|
drop table if exists users; |