摘要: 1.MySQL 和 SQLserver 数据库:查看表结构:select * from information_schema.columns where table_name='表名' 修改字段长度:ALTER TABLE 表名 ALTER COLUMN 字段名 字段类型(字段长度) Oracle 阅读全文
posted @ 2020-06-23 18:27 CoodIceMoon 阅读(252) 评论(0) 推荐(0)