摘要:
SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; -- -- Table structure for dept -- DROP TABLE IF EXISTS `dept`; CREATE TABLE `dept` ( `deptno` int(0) NU 阅读全文
posted @ 2022-02-27 10:05
xiaoyongdata
阅读(44)
评论(0)
推荐(0)