document.write("");

文章分类 -  oracle

摘要:1. 查询当前user下的所有seqence 的信息:INCREMENT_BY 增量 select us.SEQUENCE_NAME,us.INCREMENT_BY,us.MAX_VALUE,us.MIN_VALUE,us.CYCLE_FLAG,us.CACHE_SIZE,us.LAST_NUMBE 阅读全文
posted @ 2023-02-08 08:55 人间春风意 阅读(574) 评论(0) 推荐(0)
摘要:select * from user_tab_columns where table_name='表名称'; 阅读全文
posted @ 2022-12-12 11:25 人间春风意 阅读(20) 评论(0) 推荐(0)