注册
达梦数据库如何查出库中所有的自增列?
专栏/龙山溪笔谈/ 文章详情 /

达梦数据库如何查出库中所有的自增列?

myth8860 2021/02/04 2417 1 0
摘要 使用达梦数据库时查出库中所有自增列的方法

可以用以下语句来查询库所有的自增列:

select b.table_name,a.name COL_NAME from SYS.SYSCOLUMNS a,all_tables b,sys.sysobjects c where a.INFO2 & 0x01 = 0x01 and a.id=c.id and c.name= b.table_name
评论
后发表回复

作者

文章

阅读量

获赞

扫一扫
联系客服