Results 1 to 2 of 2

Thread: what's the difference between create function f_name is and create function f_name as

  1. #1
    Join Date
    Dec 2002
    Posts
    1

    what's the difference between create function f_name is and create function f_name as

    thanks in advance.

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    You have to use AS to create a function based on EXTERNAL program (such as C method), for other types you have to use IS.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •