create proc #tfn
as
select { fn USER() } , { fn CURRENT_DATE() },
        { fn CURRENT_TIME() }, { fn CURRENT_TIMESTAMP() }
go
exec #tfn
go
drop proc #tfn
This page was last updated on May 01, 2006 04:28 PM.