猿问
如何查看SQL中已经存在的函数?
如何查看SQL中已经存在的函数
噜噜哒
浏览 552
回答 1
1回答
白板的微信
这是查出存储过程和函数:select object_name,created,status from user_objectswhere lower(object_type) in ('procedure','function');
0
0
0
随时随地看视频
慕课网APP
相关分类
SQL Server
我要回答