随笔分类 - oracle
oracle相关信息
摘要:转载地址:http://blog.itpub.net/22880668/viewspace-1117343/ 将表t_uaer的字段ID设置为自增:(用序列sequence的方法来实现) 创建表 Create table t_user( Id number(6),userid varchar2(20
阅读全文
摘要://数据库表存储大小 select table_schema,table_name,table_rows,concat(round(data_length/1024/1024/1024,2),'GB') length from tables where table_schema='ERP' orde
阅读全文

浙公网安备 33010602011771号