Select created/modified 存储过程的日期
Select created/modified date of a stored procedure
在 Firebird 中有没有办法 select 存储过程的创建和修改日期?我知道它可以在 SQL 服务器中完成,但我正在使用 Firebird 2.5。
单独使用 Firebird 是做不到的。作为this page state there are no dates of creation, modification. However it could be done in IBExpert as Version History.
在 Firebird 中有没有办法 select 存储过程的创建和修改日期?我知道它可以在 SQL 服务器中完成,但我正在使用 Firebird 2.5。
单独使用 Firebird 是做不到的。作为this page state there are no dates of creation, modification. However it could be done in IBExpert as Version History.