摘要: 数据类型 数字:number、number(n)、number(n,p) 字符:char(n)--存储定长字符串,最多2000个字节;varchar2(n)--存储变长字符串,最多4000个字节 日期:date--精确到秒;timestamp--精确到毫秒 表:table, 表是由列组成,一张表至少 阅读全文
posted @ 2021-04-28 11:04 s7s7zx 阅读(188) 评论(0) 推荐(0)