本文主要是介绍Sybase 语法,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
Sybase ASE查看存储过程内容:
select text from syscomments where id=(select id from sysobjects where name = '存储过程名') order by colid
Sybase IQ查看连接:sp_iqcontext
杀连接:drop connection 连接编号
IQ查看存储过程:select text from sysprodurce
这篇关于Sybase 语法的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!