|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
sql server 2000 fn function?I just found that the following code on my SQL Server 2000. And it works
fine. what's { fn .... }? SELECT GETDATE() AS date, { fn SECOND(GETDATE()) } AS sec OBDC functions.
See 'Functions for Expressions' in BOL -- Show quoteArnie Rowland, YACE* "To be successful, your heart must accompany your knowledge." *Yet Another Certification Exam "nick" <n***@discussions.microsoft.com> wrote in message news:699AAE95-230B-4931-A16F-C5C3338B1273@microsoft.com... >I just found that the following code on my SQL Server 2000. And it works > fine. what's { fn .... }? > > SELECT GETDATE() AS date, { fn SECOND(GETDATE()) } AS sec |
|||||||||||||||||||||||